File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ if [[ -z $(cat ${sdkman_config_file} | grep 'sdkman_debug_mode') ]]; then
140140 echo "sdkman_debug_mode=true" >> "$sdkman_config_file"
141141fi
142142
143- if [[ -z $(cat ${sdkman_config_file} | grep 'sdkman_colour_enable |sdkman_auto_update') ]]; then
143+ if [[ -z $(cat ${sdkman_config_file} | grep 'sdkman_selfupdate_enable |sdkman_auto_update') ]]; then
144144 echo "sdkman_auto_update=true" >> "$sdkman_config_file"
145145fi
146146
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ if [[ -z $(cat ${sdkman_config_file} | grep 'sdkman_auto_answer') ]]; then
116116 echo "sdkman_auto_answer=false" >> "$sdkman_config_file"
117117fi
118118
119- if [[ -z $(cat ${sdkman_config_file} | grep 'sdkman_colour_enable |sdkman_auto_update') ]]; then
119+ if [[ -z $(cat ${sdkman_config_file} | grep 'sdkman_selfupdate_enable |sdkman_auto_update') ]]; then
120120 echo "sdkman_auto_update=true" >> "$sdkman_config_file"
121121fi
122122
You can’t perform that action at this time.
0 commit comments