# File lib/chef/checksum/storage/filesystem.rb, line 41 def revert(original_committed_file_location) File.rename(file_location, original_committed_file_location) end