gorram it.

This commit is contained in:
brent s 2017-10-25 03:08:56 -04:00
parent 836aacd425
commit c3e5baf04b
1 changed files with 1 additions and 1 deletions

View File

@ -516,7 +516,7 @@ def main():
elif args['oper'] == 'listrepos':
bak.listRepos()
elif args['oper'] == 'backup':
bak.createBak()
bak.create()
elif args['oper'] == 'init':
bak.createRepo()
return()