From 1f46b65219dd407a720712b42176a2ccd0b5a566 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 1 Mar 2021 00:10:20 -0300 Subject: Makefile: stop ignoring terraform failure --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1588074..d725614 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ check: sh aux/assert-shellcheck.sh sh aux/workflow/assert-todos.sh - sh aux/assert-terraform.sh ||: + sh aux/assert-terraform.sh clean: rm -rf public/ -- cgit v1.2.3