Merge "Fixed bug with showing backups"

This commit is contained in:
Jenkins
2013-10-10 06:31:22 +00:00
committed by Gerrit Code Review

View File

@@ -211,7 +211,7 @@ def do_restart(cs, args):
@utils.service_type('database')
def do_show_backup(cs, args):
"""Show details of a backup."""
backups = _find_backup(args.backup)
backup = _find_backup(cs, args.backup)
_print_instance(backup)