Skip to content

Commit 84271bd

Browse files
committed
ci(bump): fix create-bump-prs.sh prompt
1 parent ce0c292 commit 84271bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

latex/create-bump-prs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [ -f .bump.csv.bak ]; then
1717
\perl -i -p -e "s|\Q${l1}\E|${l2}|g" Dockerfile
1818
\git add Dockerfile
1919
\git commit -S -m "build(deps): bump ${p} from ${v1} to ${v2}"
20-
read -n 1 -s -r -p "Please review and push commit in branch \"${b}\". Press enter to continue..."
20+
read -r -p "Please review and push commit in branch \"${b}\". Press enter to continue..."
2121
\gh pr create -f -l build -l dependencies
2222
\git checkout -
2323
done <<<"${csv}"

0 commit comments

Comments
 (0)