summaryrefslogtreecommitdiffstats
path: root/lib/puppet/client/master.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/client/master.rb')
-rw-r--r--lib/puppet/client/master.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/client/master.rb b/lib/puppet/client/master.rb
index dda47fae1..8d7721ae5 100644
--- a/lib/puppet/client/master.rb
+++ b/lib/puppet/client/master.rb
@@ -200,7 +200,7 @@ class Puppet::Client::MasterClient < Puppet::Client
retry
rescue => detail
raise Puppet::Error.new("Cannot remove %s: %s" %
- [Puppet[statefile], detail])
+ [Puppet[:statefile], detail])
end
end
end