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

@ -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?")
}