diff options
author | elijah <elijah@riseup.net> | 2014-10-30 14:37:34 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-10-30 14:37:34 -0700 |
commit | a24cd0bd22c2ab9a452c1992fa4e9b3691c1c991 (patch) | |
tree | be37f788d6a8114b5bc292f41bde6e142a27dd1d /lib/leap_cli/commands | |
parent | 49fa70f2503fa3112e9f5dcfa791f4ae49519deb (diff) |
minor fix to bail and log level
Diffstat (limited to 'lib/leap_cli/commands')
-rw-r--r-- | lib/leap_cli/commands/pre.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/leap_cli/commands/pre.rb b/lib/leap_cli/commands/pre.rb index 2e5c34e..4bdeefe 100644 --- a/lib/leap_cli/commands/pre.rb +++ b/lib/leap_cli/commands/pre.rb @@ -31,7 +31,7 @@ module LeapCli; module Commands # # set verbosity # - LeapCli.log_level = global[:verbose].to_i + LeapCli.set_log_level(global[:verbose].to_i) # # load Leapfile |