mirror of
https://github.com/dokku/dokku.git
synced 2026-02-23 19:50:34 +01:00
fix has_tty if condition
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user