Skip to content

Commit

Permalink
tag-release.sh: accept empty response to push and tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ahesford committed Jul 2, 2021
1 parent 38bb3fc commit 66da450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releng/tag-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ while true; do
echo "Continue? [Yes]/No"
read -r response
case "${response}" in
[Yy][Ee][Ss]|[Yy])
[Yy][Ee][Ss]|[Yy]|"")
break
;;
[Nn][Oo]|[Nn])
Expand Down

0 comments on commit 66da450

Please sign in to comment.