mirror of
https://github.com/containers/podman.git
synced 2025-09-09 21:52:21 +08:00
@ -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
|
||||
|
Reference in New Issue
Block a user