diff options
| author | mpalmer <mpalmer@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-12-31 06:26:23 +0000 |
|---|---|---|
| committer | mpalmer <mpalmer@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-12-31 06:26:23 +0000 |
| commit | 23b75e2739e62d18d044121fef98462b721b65cb (patch) | |
| tree | 30b1dbfa0ff3306d6740f0433156c323a07c1c9b /lib | |
| parent | 38244fb13d3506243e86ab443bbc7da36f4e07dd (diff) | |
| download | puppet-23b75e2739e62d18d044121fef98462b721b65cb.tar.gz puppet-23b75e2739e62d18d044121fef98462b721b65cb.tar.xz puppet-23b75e2739e62d18d044121fef98462b721b65cb.zip | |
Fix a syntax error in lib/puppet/daemon.rb (That'll teach me to not run the test suite before committing)
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2005 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib')
| -rwxr-xr-x | lib/puppet/daemon.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/daemon.rb b/lib/puppet/daemon.rb index 90ef42a55..887992640 100755 --- a/lib/puppet/daemon.rb +++ b/lib/puppet/daemon.rb @@ -248,7 +248,7 @@ module Puppet threadlock(:pidfile) do unless Puppet::Util::Pidlock.new(pidfile).lock - Puppet.err("Could not create PID file: %s" % [pidfile] + Puppet.err("Could not create PID file: %s" % [pidfile]) exit(74) end end |
