Skip to content
Snippets Groups Projects
Commit 9aa0c402 authored by nimrod's avatar nimrod
Browse files

fixup! Implementation.

parent cb37fc71
Branches
Tags
No related merge requests found
...@@ -124,7 +124,7 @@ def deepclean( ...@@ -124,7 +124,7 @@ def deepclean(
print(f"Would have removed image {Id}.") print(f"Would have removed image {Id}.")
else: else:
print(f"Removing image {Id}.") print(f"Removing image {Id}.")
client.image.remove(Id) client.images.remove(Id)
def main(): def main():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment