Skip to content

Commit 93072f2

Browse files
authored
Update post-build.sh (#124)
1 parent 091c062 commit 93072f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

post-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ echo ">>>Running post-build.sh"
1919
#!/bin/bash
2020

2121
# Create dist branch if it doesn't exist already
22-
if! git show-ref --verify --quiet refs/heads/dist; then
22+
if ! git show-ref --verify --quiet refs/heads/dist; then
2323
# Create the dist branch if it doesn't exist
2424
git branch dist
2525
fi
@@ -37,4 +37,4 @@ if [[ -n $(git status --porcelain) ]]; then
3737
git push origin dist
3838
else
3939
echo "No changes to commit"
40-
fi
40+
fi

0 commit comments

Comments
 (0)