From fe0eb1c0c3101bd2c5dd665a6c4d1f1dba2e3b08 Mon Sep 17 00:00:00 2001 From: elijah Date: Mon, 29 Jun 2015 16:51:08 -0700 Subject: add sanity checking to compile (confirm ips are unique, not the same as current host) --- lib/leap_cli/log.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/leap_cli/log.rb') diff --git a/lib/leap_cli/log.rb b/lib/leap_cli/log.rb index c345107..0915151 100644 --- a/lib/leap_cli/log.rb +++ b/lib/leap_cli/log.rb @@ -80,7 +80,7 @@ module LeapCli if title prefix_options = case title when :error then ['error', :red, :bold] - when :fatal_error then ['fatal error', :red, :bold] + when :fatal_error then ['fatal error:', :red, :bold] when :warning then ['warning:', :yellow, :bold] when :info then ['info', :cyan, :bold] when :updated then ['updated', :cyan, :bold] -- cgit v1.2.3