From 0d1ebc180ec7f6c1b096cbe936c0925402119482 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 5 May 2021 15:50:57 -0400 Subject: codespell cleanup [NO TESTS NEEDED] This is just running codespell on podman Signed-off-by: Daniel J Walsh --- contrib/dependabot-dance | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib') 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 -- cgit v1.2.3-54-g00ecf