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:
Michal Bernhard
2017-11-10 10:47:33 +01:00
committed by Marco Vermeulen
parent 18be82c445
commit 839e01c313

View File

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