refactor: move strings.Join to DeployOverview
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
3wc
2025-09-08 22:05:41 -04:00
parent 241dffb8cd
commit 34934cf62d
5 changed files with 18 additions and 18 deletions

View File

@ -71,9 +71,9 @@ Passing "--prune/-p" does not remove those volumes.`),
config.NO_DOMAIN_DEFAULT,
"",
nil,
"",
"",
"",
nil,
nil,
nil,
); err != nil {
log.Fatal(err)
}