From 5c900f6a29645f9c0bc7e0aa2e915d341280d78f Mon Sep 17 00:00:00 2001 From: Julien Cabillot Date: Tue, 31 Oct 2017 13:24:36 +0000 Subject: [PATCH] Update update.sh --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index e47353d..79b93a1 100644 --- a/update.sh +++ b/update.sh @@ -9,7 +9,7 @@ TAG="registry.cabillot.eu/www/dl" ( if [[ ! -d "build/" ]] then - git clone "${REPO2}" "build/" + git clone "${REPO}" "build/" fi cd "build/"