We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade9803 commit 5f60541Copy full SHA for 5f60541
src/rocker/cli.py
@@ -108,7 +108,7 @@ def main():
108
args.command = ' '.join(args.command)
109
result = dig.run(**args_dict)
110
if not (args_dict['persist_image'] or args_dict.get('image_name')):
111
- print(f'Clearing Image: {dig.image_id}s\nTo not clean up use --persist-images')
+ print(f'Clearing Image: {dig.image_id}s\nTo not clean up use --persist-image')
112
dig.clear_image()
113
return result
114
0 commit comments