Commit 9aa0c402 authored by nimrod's avatar nimrod
Browse files

fixup! Implementation.

parent cb37fc71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@ def deepclean(
            print(f"Would have removed image {Id}.")
        else:
            print(f"Removing image {Id}.")
            client.image.remove(Id)
            client.images.remove(Id)


def main():