Skip to content

Commit dc57795

Browse files
committedDec 10, 2019
[chore] fixed rule to check if repository is dirty.
1 parent b9cbd40 commit dc57795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ docs: build-docs
7474
# Rules for build and publish
7575

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

0 commit comments

Comments
 (0)
Please sign in to comment.