Skip to content

Commit 4f0ab74

Browse files
committed
Prepping the release.
1 parent b741bef commit 4f0ab74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ package: build
3232

3333
.PHONY: tag
3434
tag:
35-
@ if [ $$(git status -s -uall | wc -l) != 0 ]; then echo 'ERROR: Git workspace must be clean.'; exit 1; fi;
35+
@ if [ $$(git status -s -uall | wc -l) != 1 ]; then echo 'ERROR: Git workspace must be clean.'; exit 1; fi;
3636

3737
@echo "This release will be tagged as: $$(cat ./VERSION)"
3838
@echo "This version should match your release. If it doesn't, re-run 'make version'."

0 commit comments

Comments
 (0)