From 7b697768230c30f4ae8d3873b624fe2fe1408085 Mon Sep 17 00:00:00 2001 From: Akianonymus Date: Sun, 16 May 2021 23:25:38 +0530 Subject: [PATCH] [BUGFIX] Resolve #160 | Missed in 040981c --- bash/auth-utils.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/auth-utils.bash b/bash/auth-utils.bash index 3cd7878..097adf5 100755 --- a/bash/auth-utils.bash +++ b/bash/auth-utils.bash @@ -214,7 +214,7 @@ _check_credentials() { else "${QUIET:-_print_center}" "normal" " Above accounts are configured, but default one not set. " "=" if [[ -t 1 ]]; then - \ "${QUIET:-_print_center}" "normal" " Choose default account: " "-" + "${QUIET:-_print_center}" "normal" " Choose default account: " "-" until [[ -n ${ACCOUNT_NAME} ]]; do printf -- "-> \e[?7l" read -r account_name