Skip to content

Commit 929385c

Browse files
committed
Switched to process.cwd for retrieval of the cwd.
1 parent c03f99a commit 929385c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/doxdox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var config = {
1111
layout: 'bootstrap'
1212
};
1313

14-
var input = __dirname,
14+
var input = process.cwd(),
1515
output,
1616
pkg;
1717

0 commit comments

Comments
 (0)