Skip to content

Commit e57b831

Browse files
authored
Update logref.js
1 parent fbaef51 commit e57b831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/logs/scripts/logref.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ commands.forEach( async c => {
139139
const platform = os.platform();
140140
const pytext = (platform.includes("win")) ? "py" : "python";
141141

142-
const pythonProcess = spawn(pytext, [ `${__dirname}/logref.py`, username, useremail, commitmsg, base ]);
142+
const pythonProcess = spawn(pytext, [ `${__dirname}/logref.py`, basedir, username, useremail, commitmsg, base ]);
143143

144144
pythonProcess.stdout.on('data', (data) => {
145145
console.log(data.toString());

0 commit comments

Comments
 (0)