From 5a04fa77dd743d35d28f7ffb5184fb08e0f9d99d Mon Sep 17 00:00:00 2001 From: Simon C Date: Fri, 8 May 2020 11:06:42 +0200 Subject: [PATCH] =?UTF-8?q?Fixe=20l'initialisation=20du=20d=C3=A9p=C3=B4t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run b/run index c0a5f2c..4936ff0 100755 --- a/run +++ b/run @@ -31,7 +31,7 @@ if [ $# -ge 1 ]; then docker-compose up -d elif [ $1 == "install" ]; then echo "- Initialisation de git submodule" - git submodule init + git submodule update --init echo "- Installe les dépendances node" cd themes/hugo-theme-lowtech && npm i fi