File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ addlicense "npm" "deps/npm" "$licenseText"
99
99
# Build tools
100
100
licenseText=" $( cat " ${rootdir} /tools/gyp/LICENSE" ) "
101
101
addlicense " GYP" " tools/gyp" " $licenseText "
102
- licenseText=" $( cat " ${rootdir} /tools /inspector_protocol/LICENSE" ) "
103
- addlicense " inspector_protocol" " tools /inspector_protocol" " $licenseText "
102
+ licenseText=" $( cat " ${rootdir} /deps /inspector_protocol/LICENSE" ) "
103
+ addlicense " inspector_protocol" " deps /inspector_protocol" " $licenseText "
104
104
licenseText=" $( cat " ${rootdir} /tools/inspector_protocol/jinja2/LICENSE" ) "
105
105
addlicense " jinja2" " tools/inspector_protocol/jinja2" " $licenseText "
106
106
licenseText=" $( cat " ${rootdir} /tools/inspector_protocol/markupsafe/LICENSE" ) "
You can’t perform that action at this time.
0 commit comments