fix: set correct variable for git repo root

This commit is contained in:
Jose Diaz-Gonzalez
2021-07-12 00:01:01 -04:00
parent 97b0aa3eb8
commit 623aa737e0

View File

@@ -461,7 +461,7 @@ fn-git-fetch() {
fn-git-cmd "$APP_ROOT" update-ref "refs/heads/$DOKKU_DEPLOY_BRANCH" "$GIT_REF"
fi
fn-git-cmd "$APP_CLONE_ROOT" config --add core.bare true
fn-git-cmd "$APP_ROOT" config --add core.bare true
}
fn-git-last-updated-at() {