Skip to content

Commit 33aa7ec

Browse files
committed
ci(bump): sanitize branch name
1 parent 3495c41 commit 33aa7ec

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
@@ -12,7 +12,7 @@ if [ -f .bump.csv.bak ]; then
1212
csv="$(\cat .bump.csv.bak)"
1313
\rm -f .bump.csv.bak
1414
while IFS="," read -r p v1 v2 l1 l2; do
15-
b="${p}-${v2/~/-}"
15+
b="${p}-${v2/\~/-}"
1616
\git switch --create "${b}"
1717
\perl -i -p -e "s|\Q${l1}\E|${l2}|g" Dockerfile
1818
\git add Dockerfile

0 commit comments

Comments
 (0)