Skip to content

Commit 0bfa8c9

Browse files
committed
fixup! fixup! fixup! tools: add a script to help with nomination
1 parent 4dbc412 commit 0bfa8c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/actions/nominate.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ EOF
4141
return 1
4242
}
4343

44-
read -p 'Open the discussion using `gh`? (y/N)' -n 1 -r
44+
# shellcheck disable=SC2016
45+
printf 'Open the discussion using `gh`? (y/N) ' >&2
46+
read -r REPLY
4547
echo
4648
if ! ([ "$REPLY" = "y" ] || [ "$REPLY" = "Y" ]); then
4749
set +x

0 commit comments

Comments
 (0)