We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d940274 + b63a05c commit 575fef3Copy full SHA for 575fef3
1 file changed
index.js
@@ -124,7 +124,7 @@ function postProcess(templateContent, commits) {
124
debug("Got %d commits", commits.length);
125
if (commits.length) {
126
if (argv.s) {
127
- var externalScriptPath = path.join(process.cwd(), argv.s);
+ var externalScriptPath = argv.s;
128
try {
129
var externalScript = require(externalScriptPath);
130
} catch (ex) {
0 commit comments