fix no-input app deployment when no tty is present

This commit is contained in:
2025-11-03 20:47:19 +01:00
committed by decentral1se
parent cc8703310c
commit 1bdc11ba62
5 changed files with 16 additions and 1 deletions

View File

@ -260,6 +260,7 @@ checkout as-is. Recipe commit hashes are also supported as values for
app.Name,
app.Server,
internal.DontWaitConverge,
internal.NoInput,
f,
); err != nil {
log.Fatal(err)