diff options
author | elijah <elijah@riseup.net> | 2012-10-25 13:56:19 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-10-25 13:56:19 -0700 |
commit | 0b3bf4b04e558b5cccca0a3821de3e6af60aada5 (patch) | |
tree | 975b3ff7c0ede1ce2ef62e14d9852a385e403e3c /lib/leap_cli/commands/util.rb | |
parent | 27aab7d4cf1aeb3dce6d72d1ac12fcf0d9bdd57b (diff) |
suppress auth-agent warning
Diffstat (limited to 'lib/leap_cli/commands/util.rb')
-rw-r--r-- | lib/leap_cli/commands/util.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/leap_cli/commands/util.rb b/lib/leap_cli/commands/util.rb index 46fe44b..aa888e0 100644 --- a/lib/leap_cli/commands/util.rb +++ b/lib/leap_cli/commands/util.rb @@ -16,7 +16,7 @@ module LeapCli; module Commands while true say("\n" + msg + ':') items.each_with_index &block - say("q. quit") + say("q. quit") index = ask("number 1-#{items.length}> ") if index.empty? next |