fix echo output

This commit is contained in:
Osman Faruk Bayram 2024-10-12 11:59:26 +03:00
parent 8a3f7143bc
commit 7c6b6783e7

View file

@ -5,7 +5,7 @@ check-status:
echo "Error: You have untracked or modified files. Please commit or stash your changes."; \
exit 1; \
fi
echo Git is clean. :)
echo "Git is clean. :)"
build: check-status
NIXOS_LABEL := $(shell git rev-parse HEAD)