1 parent 53d51c1 commit a2986bcCopy full SHA for a2986bc
1 file changed
scripts/shell_utils_update.sh
@@ -301,7 +301,7 @@ fi
301
302
if [[ ! -f "$CONFIG_FILE" ]]; then
303
touch "$CONFIG_FILE"
304
- echo 'If this configuration is not set or is set to 0, automatic updates will be disabled.' | tee "$CONFIG_FILE" 1>/dev/null
+ echo '# If this configuration is not set or is set to 0, automatic updates will be disabled.' | tee "$CONFIG_FILE" 1>/dev/null
305
echo 'SHELL_UTILS_AUTO_UPDATE=1' | tee -a "$CONFIG_FILE" 1>/dev/null
306
echo 'UPDATE_CHECK_INTERVAL=21600' | tee -a "$CONFIG_FILE" 1>/dev/null
307
fi
0 commit comments