aboutsummaryrefslogtreecommitdiff
path: root/bin/keyringer
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-02-01 11:51:26 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-02-01 11:51:26 -0200
commit8ba9fb73ad6c784d236dcccecfe022007a7cce18 (patch)
tree0ea84d1673ed94e7a6c947714e16e5956c812391 /bin/keyringer
parent7c81c92fcd5caa28c793d1fc3e33c664f23fe2f4 (diff)
downloadkeyringer-8ba9fb73ad6c784d236dcccecfe022007a7cce18.tar.gz
keyringer-8ba9fb73ad6c784d236dcccecfe022007a7cce18.tar.bz2
Removing Keyringer::Checker and adding ls action
Diffstat (limited to 'bin/keyringer')
-rwxr-xr-xbin/keyringer1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/keyringer b/bin/keyringer
index 47e5986..fa569ff 100755
--- a/bin/keyringer
+++ b/bin/keyringer
@@ -25,7 +25,6 @@ require 'keyringer'
begin
Keyringer::Parser.new
- Keyringer::Checker.new
puts "Performing action #{$action.capitalize}"
begin
action = Keyringer::Actions.const_get($action.capitalize)