summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/puppetrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/puppetrun b/bin/puppetrun
index c1b31e4af..1418043d0 100755
--- a/bin/puppetrun
+++ b/bin/puppetrun
@@ -339,7 +339,7 @@ while go
$stderr.print "Could not contact %s\n" % host
next
end
- client = Puppet::Network::Client::Runner.new(
+ client = Puppet::Network::Client.runner.new(
:Server => host,
:Port => Puppet[:puppetport]
)