From 8beaa3bd0a7c8b38ef7f97c245ddc7f021c16dd9 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 13 May 2014 01:52:58 -0700 Subject: bail `node init` on bad `apt-get update` (closes #3849) --- lib/leap_cli/log.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/leap_cli/log.rb') diff --git a/lib/leap_cli/log.rb b/lib/leap_cli/log.rb index 69e9f67..f496b9a 100644 --- a/lib/leap_cli/log.rb +++ b/lib/leap_cli/log.rb @@ -80,6 +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 :warning then ['warning:', :yellow, :bold] when :info then ['info', :cyan, :bold] when :updated then ['updated', :cyan, :bold] -- cgit v1.2.3