Skip to content

Commit 55807b8

Browse files
WBerredoHaroenv
authored andcommitted
chore: Fix typo (#236)
Just a typo
1 parent ec62079 commit 55807b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fi
2929

3030
currentBranch=$(git rev-parse --abbrev-ref HEAD)
3131
if [[ $currentBranch != 'master' ]]; then
32-
error_exit "You mut be on master branch"
32+
error_exit "You must be on master branch"
3333
fi
3434

3535
if [[ -n $(git status --porcelain) ]]; then

0 commit comments

Comments
 (0)