Merge pull request #10231 from rhatdan/cleanup

codespell cleanup
This commit is contained in:
OpenShift Merge Robot
2021-05-06 02:31:20 -04:00
committed by GitHub
8 changed files with 9 additions and 9 deletions

View File

@ -55,8 +55,8 @@ function branch_dance() {
echo
echo "Commit author is '$author' (expected 'dependabot')"
echo -n "Continue? [y/N] "
read ans
case "$ans" in
read answer
case "$answer" in
[yY]*) ;;
*) exit 1;;
esac