Skip to content

Commit

Permalink
AIRFLOW-XXXX improve clarity of confirm message (#7110)
Browse files Browse the repository at this point in the history
(cherry picked from commit d1c7f3c)
  • Loading branch information
dstandish authored and potiuk committed Jan 21, 2020
1 parent 72a82a9 commit 0e83d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion confirm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set -euo pipefail
if [[ "${FORCE_ANSWER_TO_QUESTIONS:=""}" != "" ]]; then
RESPONSE=${FORCE_ANSWER_TO_QUESTIONS}
echo
echo "Forcing response '${FORCE_ANSWER_TO_QUESTIONS}' to ${1}."
echo "Forcing response '${FORCE_ANSWER_TO_QUESTIONS}' to '${1}?'"
case "${RESPONSE}" in
[yY][eE][sS]|[yY])
exit 0 ;;
Expand Down

0 comments on commit 0e83d78

Please sign in to comment.