Skip to content

Commit

Permalink
D'oh...
Browse files Browse the repository at this point in the history
  • Loading branch information
rbvermaa committed Dec 13, 2016
1 parent 2bb6205 commit 8b4a1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixops/deployment.py
Expand Up @@ -791,7 +791,7 @@ def clean_backups(self, keep, keep_days, keep_physical = False):

for backup_id in tbr:
print 'Removing backup {0}'.format(backup_id)
#self.remove_backup(backup_id, keep_physical)
self.remove_backup(backup_id, keep_physical)

def remove_backup(self, backup_id, keep_physical = False):
with self._get_deployment_lock():
Expand Down

0 comments on commit 8b4a1f1

Please sign in to comment.