Skip to content

Commit

Permalink
chore: typo (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
givingwu authored and dead-horse committed Mar 28, 2019
1 parent da1d5be commit c41abc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/download/local.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = function* (pkg, options) {
filepath = path.join(options.root, filepath);
} else {
// npa resolve './file/path' from process.cwd()
// but we want to resove from `options.root`
// but we want to resolve from `options.root`
if (pkg.rawSpec[0] === '.') {
filepath = path.join(options.root, pkg.rawSpec);
}
Expand Down

0 comments on commit c41abc0

Please sign in to comment.