test: fix outputs [ci skip]

See https://build.coopcloud.tech/coop-cloud/abra/2035/1/5
This commit is contained in:
2024-07-10 13:20:26 +02:00
parent 3c9405a4ed
commit 4be8c8daed
2 changed files with 2 additions and 2 deletions

View File

@ -191,7 +191,7 @@ var appNewCommand = cli.Command{
fmt.Println("Generated secrets:")
fmt.Println("")
secretTable.Render()
log.Warn("Generated secrets are not shown again, please take note of them NOW")
log.Warn("generated secrets are not shown again, please take note of them NOW")
}
return nil