mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -04:00
Rename IsImageDebug -> IsDebugImage for consistency
This commit is contained in:
parent
dd4ccdd390
commit
fe70231f2a
5 changed files with 6 additions and 6 deletions
|
@ -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.")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue