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

@ -215,9 +215,9 @@ checkout as-is. Recipe commit hashes are also supported as values for
toDeployVersion,
"",
deployWarnMessages,
strings.Join(secretInfo, "\n"),
strings.Join(configInfo, "\n"),
strings.Join(imageInfo, "\n"),
secretInfo,
configInfo,
imageInfo,
); err != nil {
log.Fatal(err)
}