Fix typo
parent
2e78e3d012
commit
7f6be093a7
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue