summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/puppetd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/puppetd b/bin/puppetd
index 5d18ea2c8..959f31743 100755
--- a/bin/puppetd
+++ b/bin/puppetd
@@ -206,7 +206,7 @@ begin
when "--disable"
options[:disable] = true
when "--serve"
- if klass = Puppet::Network::Server::Handler.handler(arg)
+ if klass = Puppet::Network::Handler.handler(arg)
options[:serve][klass.name] = klass
else
raise "Could not find handler for %s" % arg