Skip to content

Commit 0ce02af

Browse files
authored
Merge pull request #1236 from saper/generatedpath
Fix comment: Real source files are in generate/templates/templates
2 parents 1df186d + 7be2ce1 commit 0ce02af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate/scripts/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var util = {
3737
if (header) {
3838
var commentPrefix = ~header.indexOf('.gyp') ? '#' : '//'
3939
content = commentPrefix +
40-
" This is a generated file, modify: generate/templates/" +
40+
" This is a generated file, modify: generate/templates/templates/" +
4141
header +
4242
"\n\n" +
4343
content;

0 commit comments

Comments
 (0)