author | Alan Dipert
<alan@dipert.org> 2025-10-08 05:15:47 UTC |
committer | Alan Dipert
<alan@dipert.org> 2025-10-08 05:15:47 UTC |
parent | 88fb7a7ee7f2aed523310b11e4cf76fba1c24c76 |
Makefile | +1 | -1 |
diff --git a/Makefile b/Makefile index 9e5a536..957f3f3 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ help: @echo ' (deploy refuses to run with a dirty git worktree)' check-git-clean: - if [ -n "$$(git status --porcelain)" ]; then \ + @if [ -n "$$(git status --porcelain)" ]; then \ echo 'Refusing to build: git worktree has uncommitted changes.'; \ git status --short; \ exit 1; \