git-arc: Fix the -y option

This commit is contained in:
Mark Johnston 2022-07-13 09:30:17 -04:00
parent 31508912d8
commit eaab493eee

View File

@ -307,7 +307,7 @@ prompt()
local resp
if [ "$ASSUME_YES" ]; then
return 1
return 0
fi
printf "\nDoes this look OK? [y/N] "