Skip to content

Commit 34ac772

Browse files
committed
ci(bump): fix wait
1 parent 89cd325 commit 34ac772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/create-bump-prs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if [ -f .bump.csv.bak ]; then
1919
\git add Dockerfile
2020
\git commit -S -m "build(deps): bump ${p} from ${v1} to ${v2}"
2121
echo -n "Please review and push commit in branch \"${b}\". Waiting..."
22-
while ! git rev-parse --abbrev-ref --symbolic-full-name @{u} >/dev/null 2>&1 ; do
22+
while ! git rev-parse --abbrev-ref --symbolic-full-name '@{u}' >/dev/null 2>&1; do
2323
\sleep 1
2424
\echo -n .
2525
done

0 commit comments

Comments
 (0)