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

fixup! Implementation.

parent cb37fc71
No related branches found
No related tags found
No related merge requests found
......@@ -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():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment