Skip to content

Commit

Permalink
fixed typo in confirm script (apache#8419)
Browse files Browse the repository at this point in the history
Co-authored-by: michalslowikowski00 <[email protected]>
  • Loading branch information
michalslowikowski00 and michalslowikowski00 authored Apr 17, 2020
1 parent 6c5fba2 commit 5c7f536
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 @@ -37,7 +37,7 @@ fi

case "${RESPONSE}" in
[yY][eE][sS]|[yY])
echo "The answer is 'yes'. ${1}. This can take some time !"
echo "The answer is 'yes'. ${1}. This can take some time!"
exit 0
;;
[qQ][uU][iI][tT]|[qQ])
Expand Down

0 comments on commit 5c7f536

Please sign in to comment.