summaryrefslogtreecommitdiff
path: root/lib/leap_cli/log.rb
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-06-29 16:51:08 -0700
committerelijah <elijah@riseup.net>2015-06-29 16:51:08 -0700
commitfe0eb1c0c3101bd2c5dd665a6c4d1f1dba2e3b08 (patch)
treecec99abb94e4743f8d14165f8ea975966c968f82 /lib/leap_cli/log.rb
parent98cf1714c70ac6833551bfdc26a50986c1e34944 (diff)
add sanity checking to compile (confirm ips are unique, not the same as current host)
Diffstat (limited to 'lib/leap_cli/log.rb')
-rw-r--r--lib/leap_cli/log.rb2
1 files changed, 1 insertions, 1 deletions
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]