diff --git a/plugins/git/internal-functions b/plugins/git/internal-functions index e5297f15a..7c24f4652 100755 --- a/plugins/git/internal-functions +++ b/plugins/git/internal-functions @@ -194,7 +194,7 @@ cmd-git-sync() { verify_app_name "$APP" if [[ -d "$DOKKU_LIB_ROOT/data/git/$APP" ]]; then - if [[ has_tty ]]; then + if has_tty eq 0 ; then cmd-git-unlock "$APP" if [[ -d "$DOKKU_LIB_ROOT/data/git/$APP" ]]; then dokku_log_fail "Failed to delete existing clone folder"