summaryrefslogtreecommitdiffstats
path: root/lib/puppet/log.rb
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-07-22 03:32:56 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-07-22 03:32:56 +0000
commitcdeccab2e0fc1b40b5060780c99d52f936f9732d (patch)
treeea60c02ad605f553e75a19a8f5446194c4260c51 /lib/puppet/log.rb
parentb42eaee1a7e8dd1ef7a7daad5d0b03aba6113d00 (diff)
downloadpuppet-cdeccab2e0fc1b40b5060780c99d52f936f9732d.tar.gz
puppet-cdeccab2e0fc1b40b5060780c99d52f936f9732d.tar.xz
puppet-cdeccab2e0fc1b40b5060780c99d52f936f9732d.zip
Another batch of bug fixes, this time focused on OS X patches. Looks like I did not test on os x last time.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1422 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/log.rb')
-rw-r--r--lib/puppet/log.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/log.rb b/lib/puppet/log.rb
index 15a5b6331..f5dda5fcc 100644
--- a/lib/puppet/log.rb
+++ b/lib/puppet/log.rb
@@ -209,7 +209,7 @@ module Puppet
end
newdesttype :file do
- match /^\//
+ match(/^\//)
def close
if defined? @file