We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b208b1 commit 95d87afCopy full SHA for 95d87af
app/views/selfupdate_beta.scala.txt
@@ -172,7 +172,7 @@ fi
172
# migrate deprecated sdkman_selfupdate_enable configuration
173
@defining(LocalDate.now()) { now =>
174
sed 's/sdkman_selfupdate_enable/sdkman_auto_update/' "$sdkman_config_file" > "${sdkman_config_file}-@now.migrated" &&
175
- mv "${sdkman_config_file}-@now.migrated" "$sdkman_config_file"
+ cp "${sdkman_config_file}-@now.migrated" "$sdkman_config_file"
176
}
177
178
if [[ -z $(cat ${sdkman_config_file} | grep 'sdkman_auto_update') ]]; then
0 commit comments