Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lelit committed Nov 13, 2017
1 parent 38fa120 commit 5f51a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.release
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ help::
.PHONY: assert-clean-tree
assert-clean-tree:
@(test -z "$(shell git status -s --untracked=no)" || \
(echo "UNCOMMITTED STAFF" && false))
(echo "UNCOMMITTED STUFF" && false))

.PHONY: assert-master-branch
assert-master-branch:
Expand Down

0 comments on commit 5f51a1b

Please sign in to comment.