From 8bcc292fb7fb8ce7f5e9917b98f3b4eaa775f41f Mon Sep 17 00:00:00 2001 From: Eugenio Parodi Date: Wed, 21 Sep 2022 17:23:54 +0100 Subject: [PATCH] fixed separator --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 87551626..8ebe5004 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ deploySandbox: git checkout gh-pages cp tmp/sandbox/*.html sandbox - git submodule foreach git pull + git submodule foreach git pull git commit -m "Sandbox Updated" git push origin gh-pages