Skip to content

Commit d69212a

Browse files
committed
mask NO_PUSH
1 parent b108f89 commit d69212a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git_dump.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ git commit -am "Automatic commit message from virtuoso-import-docker: Update of
6262
# Write current commit id to our local file to avoid reimporting it
6363
git rev-parse HEAD > .virtuoso-import-last-commit
6464

65-
if [ -z $NO_PUSH ]; then
65+
if [ -z "$NO_PUSH" ]; then
6666
git push
6767
push_status=$?
6868

0 commit comments

Comments
 (0)