From ded1a7c7550320a9f321c80e56891bcc75fc2da1 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 25 Aug 2017 12:04:22 -0400 Subject: [refactor] change status to "failed" --- src/leap/bitmask/cli/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/leap/bitmask/cli/command.py') diff --git a/src/leap/bitmask/cli/command.py b/src/leap/bitmask/cli/command.py index 76ac1f25..72d1ebcf 100644 --- a/src/leap/bitmask/cli/command.py +++ b/src/leap/bitmask/cli/command.py @@ -75,7 +75,7 @@ def print_status(status, depth=0): line = Fore.RESET + name.ljust(12) if v['status'] in ('on', 'starting'): line += Fore.GREEN - elif v['status'] == 'failure': + elif v['status'] == 'failed': line += Fore.RED line += v['status'] if v.get('error'): -- cgit v1.2.3