From 7f6be093a792887decb752091ea672c811250222 Mon Sep 17 00:00:00 2001 From: Nicolas Arenas Date: Mon, 11 Nov 2024 09:53:13 +0100 Subject: [PATCH] Fix typo --- installer/installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/installer.sh b/installer/installer.sh index 53c462e..9ec7546 100644 --- a/installer/installer.sh +++ b/installer/installer.sh @@ -13,6 +13,7 @@ export GIT_SSL_NO_VERIFY clone_repository() { local BRANCH=$1 + rm -rf $DOWNLOAD_DIR git clone -b "$BRANCH" $GIT_REPO $DOWNLOAD_DIR chown -R ogrepository:ogrepository $DOWNLOAD_DIR }