Skip to content

Commit

Permalink
orphan_snapshots: update
Browse files Browse the repository at this point in the history
  • Loading branch information
bonclay7 authored Aug 18, 2016
1 parent 5d14a7a commit b8e013b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion amicleaner/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ def clean_orphans(self):

if confirm:
print "Removing orphan snapshots... "
cleaner.clean(snaps[:2])
cleaner.clean(snaps[])
print "snapshots removed !"

def print_defaults(self):

Expand Down

0 comments on commit b8e013b

Please sign in to comment.