Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tsvetomir committed Oct 7, 2021
1 parent 4ef387b commit f1204e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ff-master.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -o verbose
BRANCH=$(git rev-parse --abbrev-ref HEAD)

if [ $BRANCH != "master" ]; then
if [ "$BRANCH" != "master" ]; then
echo "Refusing to release from $BRANCH. This script should be running in master."
exit 1
fi
Expand Down

0 comments on commit f1204e8

Please sign in to comment.