Skip to content
This repository was archived by the owner on May 8, 2018. It is now read-only.

Commit 1cc6ee0

Browse files
committed
fix path reference
1 parent 5655d8e commit 1cc6ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ exports.sanitizeParameters = function (args) {
2929

3030
let config;
3131
try {
32-
config = JSON.parse(Fs.readFileSync(Path.join(args.path, '.nsprc')));
32+
config = JSON.parse(Fs.readFileSync(Path.join(result.path, '.nsprc')));
3333
}
3434
catch (err) {}
3535

0 commit comments

Comments
 (0)