summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/client/runner.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/network/client/runner.rb')
-rw-r--r--lib/puppet/network/client/runner.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/network/client/runner.rb b/lib/puppet/network/client/runner.rb
index c6ba328b4..68005c9f0 100644
--- a/lib/puppet/network/client/runner.rb
+++ b/lib/puppet/network/client/runner.rb
@@ -2,7 +2,7 @@ class Puppet::Network::Client::Runner < Puppet::Network::Client::ProxyClient
self.mkmethods
def initialize(hash = {})
- hash[:Runner] = self.class.handler.new() if hash.include?(:Runner)
+ hash[:Runner] = self.class.handler.new if hash.include?(:Runner)
super(hash)
end