Merge "Fixed bug with showing backups"
This commit is contained in:
@@ -211,7 +211,7 @@ def do_restart(cs, args):
|
|||||||
@utils.service_type('database')
|
@utils.service_type('database')
|
||||||
def do_show_backup(cs, args):
|
def do_show_backup(cs, args):
|
||||||
"""Show details of a backup."""
|
"""Show details of a backup."""
|
||||||
backups = _find_backup(args.backup)
|
backup = _find_backup(cs, args.backup)
|
||||||
_print_instance(backup)
|
_print_instance(backup)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user