Skip to content

Commit 8be6bf8

Browse files
committed
Fix nwjs#5955: Use updated path to Node repo in commit hash tool
1 parent afc5427 commit 8be6bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/commit_id.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def grab_output(command, cwd):
1010

1111
operation = sys.argv[1]
1212
cwd = sys.argv[2]
13-
repos = ['content/nw', '.', 'v8', 'third_party/node']
13+
repos = ['content/nw', '.', 'v8', 'third_party/node-nw']
1414

1515
if operation == 'check':
1616
for repo in repos:

0 commit comments

Comments
 (0)