From 5688196ea7694a3aed3495d0dc104a213644bd5e Mon Sep 17 00:00:00 2001 From: "mathieu.brunot" Date: Sun, 23 Jun 2019 21:30:16 +0200 Subject: [PATCH] :pencil2: Fix typo Signed-off-by: mathieu.brunot --- manage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage.sh b/manage.sh index 9fbb183219..51b9cff90f 100755 --- a/manage.sh +++ b/manage.sh @@ -138,7 +138,7 @@ function build-release-backend-local { # --exclude="/scripts" \ # --exclude="/.*" \ # backend/ backend/dist/; -}# +} function build-release-backend { build-release-backend-local || exit 1;