fmartingr
/
shelfzilla
Archived
1
0
Fork 0

orthographic error

This commit is contained in:
Juan Manuel Parrilla 2014-06-01 22:04:05 +02:00
parent 65ddc45918
commit 49f042f792
1 changed files with 1 additions and 1 deletions

2
fabfile.py vendored
View File

@ -246,7 +246,7 @@ def clean_backups(BCK_BASE_PATH='/backups/sql', DAYS='30'):
"""
This function clean old backups from backup base path
"""
print(white("\tCleanning oldest backups..."))
print(white("\tCleaning oldest backups..."))
with settings(hide('warnings', 'running', 'stdout', 'stderr')):
local('find %s -mtime +%s -exec rm -rf {} \;' % (BCK_BASE_PATH, DAYS))