Rename IsImageDebug -> IsDebugImage for consistency

This commit is contained in:
Nils Hanke 2022-09-06 13:06:09 +02:00 committed by Nils Hanke
parent dd4ccdd390
commit fe70231f2a
5 changed files with 6 additions and 6 deletions

View file

@ -67,7 +67,7 @@ func create(cmd *cobra.Command, creator cloudCreator, fileHandler file.Handler,
return fmt.Errorf("reading and validating config: %w", err)
}
if config.IsImageDebug() {
if config.IsDebugImage() {
cmd.Println("Configured image does not look like a released production image. Double check image before deploying to production.")
}