Skip to content

Commit

Permalink
fix bash syntax lol
Browse files Browse the repository at this point in the history
  • Loading branch information
colinleroy committed Dec 17, 2023
1 parent 10eb0b2 commit 9b615cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

BRANCH=$(git rev-parse --abbrev-ref HEAD)
if [ "$BRANCH" != "master" ];
if [ "$BRANCH" != "master" ]; then
echo Not on release branch
exit 1
fi
Expand Down

0 comments on commit 9b615cf

Please sign in to comment.