fix echo output
This commit is contained in:
parent
8a3f7143bc
commit
7c6b6783e7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -5,7 +5,7 @@ check-status:
|
||||||
echo "Error: You have untracked or modified files. Please commit or stash your changes."; \
|
echo "Error: You have untracked or modified files. Please commit or stash your changes."; \
|
||||||
exit 1; \
|
exit 1; \
|
||||||
fi
|
fi
|
||||||
echo Git is clean. :)
|
echo "Git is clean. :)"
|
||||||
|
|
||||||
build: check-status
|
build: check-status
|
||||||
NIXOS_LABEL := $(shell git rev-parse HEAD)
|
NIXOS_LABEL := $(shell git rev-parse HEAD)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue