summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Wolfe <jes5199@gmail.com>2010-07-02 13:19:12 -0700
committerMarkus Roberts <Markus@reality.com>2010-07-02 14:40:16 -0700
commit74e5bdce3b67a124616977c2e2c78c9506792c8f (patch)
treeda74027063593566382f01ef86d5ffbaa39826c0 /lib
parent4f06e9e6b8166838d7e0e9aa0862c09ffe46729c (diff)
downloadpuppet-74e5bdce3b67a124616977c2e2c78c9506792c8f.tar.gz
puppet-74e5bdce3b67a124616977c2e2c78c9506792c8f.tar.xz
puppet-74e5bdce3b67a124616977c2e2c78c9506792c8f.zip
[#3172] Fix the arguments to Application::Kick.new, which I had broken
Diffstat (limited to 'lib')
-rw-r--r--lib/puppet/application/kick.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/application/kick.rb b/lib/puppet/application/kick.rb
index 3d0d10174..5792edebd 100644
--- a/lib/puppet/application/kick.rb
+++ b/lib/puppet/application/kick.rb
@@ -145,7 +145,7 @@ class Puppet::Application::Kick < Puppet::Application
end
end
- def initialize
+ def initialize(*args)
super
@hosts = []
@classes = []