aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d4e15360..bd3da546 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
check:
sh aux/assert-shellcheck.sh
sh aux/assert-todos.sh
- sh aux/assert-nixfmt.sh ||:
+ sh aux/assert-nixfmt.sh
sh sh/templates/aux/assert-clang-format.sh
.PHONY: clean