From 133ad87aa64f3fa3ac9ba88f5eee60bd6cb7809b Mon Sep 17 00:00:00 2001 From: luke Date: Tue, 11 Apr 2006 23:11:54 +0000 Subject: Oops, typo in client/master.rb git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1109 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/client/master.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/puppet/client/master.rb b/lib/puppet/client/master.rb index d3e7d2e8a..30e923d76 100644 --- a/lib/puppet/client/master.rb +++ b/lib/puppet/client/master.rb @@ -315,7 +315,7 @@ class Puppet::Client::MasterClient < Puppet::Client if pid = locked? t = "" if pid == true - PUppet.notice "Locked by process %s" % pid + Puppet.notice "Locked by process %s" % pid end Puppet.notice "Lock file %s exists; skipping configuration run" % Puppet[:puppetdlockfile] -- cgit