mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 23:38:06 +02:00
fix quoting issue in doctor script
This commit is contained in:
parent
e91592687e
commit
a5b189a6a2
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ function check_config_files() {
|
|||
else
|
||||
print_point 1 "status: present"
|
||||
if [[ "$config_file" == "config/version" ]]; then
|
||||
print_point 1 "version: $(head -n 1 $config_file)"
|
||||
print_point 1 "version: $(head -n 1 "$config_file")"
|
||||
elif [[ "$config_file" == "config/overleaf.rc" ]]; then
|
||||
print_point 1 "values"
|
||||
# Load vars from the rc file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue