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