summaryrefslogtreecommitdiff
path: root/contrib/dependabot-dance
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/dependabot-dance')
-rwxr-xr-xcontrib/dependabot-dance4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/dependabot-dance b/contrib/dependabot-dance
index 3cf740753..8261dd143 100755
--- a/contrib/dependabot-dance
+++ b/contrib/dependabot-dance
@@ -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