Skip to content

Commit

Permalink
[BUGFIX] Resolve #160 | Missed in 040981c
Browse files Browse the repository at this point in the history
  • Loading branch information
Akianonymus committed May 16, 2021
1 parent 55201c7 commit adcdfaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bash/auth-utils.bash
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bash/release/gupload
Expand Up @@ -639,7 +639,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
Expand Down

0 comments on commit adcdfaa

Please sign in to comment.