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

Commit db22d05

Browse files
committed
fix(verify): tiny typo fix
1 parent 3375133 commit db22d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/verify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function tidyIndex (cache, opts) {
7373
var content = path.join(cache, 'content', entries[key].digest)
7474
return fs.statAsync(content).catch(err => {
7575
if (err.code === 'ENOENT') {
76-
stats.entriesRemoves++
76+
stats.entriesRemoved++
7777
return stats
7878
}
7979
}).then(() => {

0 commit comments

Comments
 (0)