You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assignToVariableInOuterScope "$getSecretViaSecretToolOrPromptAndStore_outVar""$getSecretViaSecretToolOrPromptAndStore_secret"|| die "could not to assign a value to variable in outer scope named %s""$getSecretViaSecretToolOrPromptAndStore_outVar"
85
85
}
@@ -125,7 +125,7 @@ function promptForSecret() {
125
125
126
126
# without using it, pasting secrets sometimes reveals parts of the secret (read is too slow)
127
127
stty -echo
128
-
trap"stty echo; return 130" INT
128
+
trap"stty echo; printf '\n'; return 130" INT
129
129
trap"stty echo" EXIT
130
130
131
131
# shellcheck disable=SC2059 # we want to be able to use newline in the $prompt, hence OK
0 commit comments