diff options
| -rwxr-xr-x | bin/puppetrun | 2 |
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] ) |
