From 8472cc0797e66fea30758cb27b5fdb7b926144ee Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 14 Nov 2012 00:24:19 -0800 Subject: made 'leap update-cert' intelligently update all certificates as needed. --- 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 1266caf..18a246f 100644 --- a/lib/leap_cli/log.rb +++ b/lib/leap_cli/log.rb @@ -48,6 +48,7 @@ def log(*args) when :warning then Paint['warning', :yellow, :bold] when :info then Paint['info', :cyan, :bold] when :updated then Paint['updated', :cyan, :bold] + when :updating then Paint['updating', :cyan, :bold] when :created then Paint['created', :green, :bold] when :removed then Paint['removed', :red, :bold] when :nochange then Paint['no change', :magenta] -- cgit v1.2.3