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/"