Merge pull request #8837 from anmaxvl/fix-ctr-images-check-quiet

fix: `ctr images check -q` outputs not unpacked images
This commit is contained in:
Fu Wei 2023-07-24 10:39:43 +08:00 committed by GitHub
commit 6eb90a63e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -300,7 +300,7 @@ var checkCommand = cli.Command{
size,
unpacked)
} else {
if complete {
if complete && unpacked {
fmt.Println(image.Name())
}
}