Skip to content

Commit f1204e8

Browse files
committed
chore: lint
1 parent 4ef387b commit f1204e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ff-master.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -o verbose
44
BRANCH=$(git rev-parse --abbrev-ref HEAD)
55

6-
if [ $BRANCH != "master" ]; then
6+
if [ "$BRANCH" != "master" ]; then
77
echo "Refusing to release from $BRANCH. This script should be running in master."
88
exit 1
99
fi

0 commit comments

Comments
 (0)