We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89cd325 commit 34ac772Copy full SHA for 34ac772
xml/create-bump-prs.sh
@@ -19,7 +19,7 @@ if [ -f .bump.csv.bak ]; then
19
\git add Dockerfile
20
\git commit -S -m "build(deps): bump ${p} from ${v1} to ${v2}"
21
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
+ while ! git rev-parse --abbrev-ref --symbolic-full-name '@{u}' >/dev/null 2>&1; do
23
\sleep 1
24
\echo -n .
25
done
0 commit comments