Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Commit

Permalink
fix(content): use the rest of the string, not the whole string
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Mar 5, 2017
1 parent d26cdf9 commit fa8f3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/content/path.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ function contentPath (cache, address, hashAlgorithm) {
`content-v${contentVer}`,
hashAlgorithm,
address.slice(0, 2),
address
address.slice(2)
)
}

0 comments on commit fa8f3c3

Please sign in to comment.