From ab47699731bcdbf1535e9c2c757f37b7bb185e52 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 15 Feb 2017 16:13:34 +0100 Subject: [PATCH] Fix issue #9 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7dd29cc..599de5e 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,7 @@ update: @echo "-----------------------------------" @echo + sh -c 'test -d app && $(GIT) add app && $(GIT) commit -m "Configuration"' $(GIT) pull origin master ${MKDIR} -p data/git $(COMPOSER) update