mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-01 03:26: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
|
@ -61,7 +61,7 @@ func deploy(cmd *cobra.Command, fileHandler file.Handler, constellationConfig *c
|
|||
return err
|
||||
}
|
||||
|
||||
if !constellationConfig.IsImageDebug() {
|
||||
if !constellationConfig.IsDebugImage() {
|
||||
log.Println("WARN: constellation image does not look like a debug image. Are you using a debug image?")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue