1
0
Fork 0
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:
Shane Kilkelly 2020-07-09 13:38:02 +01:00
parent e91592687e
commit a5b189a6a2

View file

@ -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