Skip to content

Commit

Permalink
fix checksum file path
Browse files Browse the repository at this point in the history
  • Loading branch information
nuex committed Jun 7, 2010
1 parent 7eea401 commit 49cc89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/static_sync.rb
Expand Up @@ -13,7 +13,7 @@ def checksum_file
end

def checksum_path
'tmp' + checksum_file
'tmp/' + checksum_file
end

def render_pages
Expand Down

0 comments on commit 49cc89f

Please sign in to comment.