mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
fix: set correct variable for git repo root
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user