Skip to content

Commit

Permalink
Merge pull request #217 from lmarburger/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
josh committed Oct 5, 2011
2 parents d4c24ea + 6e4a334 commit 9483f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sprockets/caching.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def cache_asset(path)
hash = {}
asset.encode_with(hash)

# Save the asset to at its path
# Save the asset to its path
cache_set_hash(path.to_s, digest.hexdigest, hash)

# Since path maybe a logical or full pathname, save the
Expand Down

0 comments on commit 9483f5d

Please # to comment.