mirror of
https://github.com/mudler/luet.git
synced 2025-09-02 07:45:02 +00:00
Print inspect output as string
This commit is contained in:
@@ -97,7 +97,7 @@ func (*SimpleDocker) ImageExists(imagename string) bool {
|
||||
out, err := cmd.CombinedOutput()
|
||||
if err != nil {
|
||||
Warning("Image not present")
|
||||
Debug(out)
|
||||
Debug(string(out))
|
||||
return false
|
||||
}
|
||||
return true
|
||||
|
Reference in New Issue
Block a user