aboutsummaryrefslogtreecommitdiff
path: root/lib/leap_cli/log.rb
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2012-11-14 00:24:19 -0800
committerelijah <elijah@riseup.net>2012-11-14 00:24:19 -0800
commit8472cc0797e66fea30758cb27b5fdb7b926144ee (patch)
tree557bb1d3c2596c6a603d59375f36a4648d5b3eae /lib/leap_cli/log.rb
parent10bd0ba9d66a32cb8e0f7fb322843005b23181b7 (diff)
downloadleap_cli-8472cc0797e66fea30758cb27b5fdb7b926144ee.tar.gz
leap_cli-8472cc0797e66fea30758cb27b5fdb7b926144ee.tar.bz2
made 'leap update-cert' intelligently update all certificates as needed.
Diffstat (limited to 'lib/leap_cli/log.rb')
-rw-r--r--lib/leap_cli/log.rb1
1 files changed, 1 insertions, 0 deletions
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]