mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-01-31 09:43:04 -05:00
Update formatting of confirm text
Normalize confirm question with other confirm questions in project. Ie. using colon and space after Before Would you like to upgrade now? (Y/n)y After: Would you like to upgrade now? (Y/n) : y
This commit is contained in:
committed by
Marco Vermeulen
parent
18be82c445
commit
839e01c313
@@ -50,7 +50,7 @@ function __sdkman_auto_update {
|
||||
echo ""
|
||||
|
||||
if [[ "$sdkman_auto_selfupdate" != "true" ]]; then
|
||||
__sdkman_echo_confirm "Would you like to upgrade now? (Y/n)"
|
||||
__sdkman_echo_confirm "Would you like to upgrade now? (Y/n): "
|
||||
read upgrade
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user