From b07bdeea936853de92305f23b5e528a9fff1c16f Mon Sep 17 00:00:00 2001 From: Fred van Dijk Date: Tue, 7 Jan 2025 10:16:52 +0100 Subject: [PATCH] Small change to force a backend deploy to testing. --- backend/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Makefile b/backend/Makefile index 296a3d0..2b24691 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -1,5 +1,5 @@ ### Defensive settings for make: -# https://tech.davis-hansson.com/p/make/ +# https://tech.davis-hansson.com/p/make/ SHELL:=bash .ONESHELL: .SHELLFLAGS:=-xeu -o pipefail -O inherit_errexit -c