summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-02-21 23:18:40 -0500
committerLuke Kanies <luke@madstop.com>2008-02-21 23:18:40 -0500
commitb06767ee2d7c22c27d746d3e8d1b6effa37deaa6 (patch)
tree1b31ca784215113e5962310299826616c8768cd7 /lib/puppet/util
parent5e18b8dc91b2313a96dd3a9ff9cb0a88bfe0d6a0 (diff)
downloadpuppet-b06767ee2d7c22c27d746d3e8d1b6effa37deaa6.tar.gz
puppet-b06767ee2d7c22c27d746d3e8d1b6effa37deaa6.tar.xz
puppet-b06767ee2d7c22c27d746d3e8d1b6effa37deaa6.zip
Quashed commit of my fixes for #1010.
Diffstat (limited to 'lib/puppet/util')
-rw-r--r--lib/puppet/util/checksums.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/util/checksums.rb b/lib/puppet/util/checksums.rb
index 598b3adfa..15d2eadd1 100644
--- a/lib/puppet/util/checksums.rb
+++ b/lib/puppet/util/checksums.rb
@@ -55,7 +55,7 @@ module Puppet::Util::Checksums
end
# Return the :ctime of a file.
- def timestamp_file(filename)
+ def ctime_file(filename)
File.stat(filename).send(:ctime)
end