From 623aa737e065027db8bc205dcd7150cb1e6c4e6c Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Mon, 12 Jul 2021 00:01:01 -0400 Subject: [PATCH] fix: set correct variable for git repo root --- plugins/git/internal-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/git/internal-functions b/plugins/git/internal-functions index 1e0b9ea97..1fa3bc05d 100755 --- a/plugins/git/internal-functions +++ b/plugins/git/internal-functions @@ -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() {