Skip to content

Commit

Permalink
[chore] fixed rule to check if repository is dirty.
Browse files Browse the repository at this point in the history
  • Loading branch information
diasbruno committed Dec 10, 2019
1 parent b9cbd40 commit dc57795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ docs: build-docs
# Rules for build and publish

check-working-tree:
@[[ ! -z "`git status -s`" ]] && \
@[ ! -z "`git status -s`" ] && \
echo "Stopping publish. There are change to commit or discard." && \
exit 1

Expand Down

0 comments on commit dc57795

Please sign in to comment.