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"
9999# Build tools
100100licenseText="$(cat "${rootdir}/tools/gyp/LICENSE")"
101101addlicense "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"
104104licenseText="$(cat "${rootdir}/tools/inspector_protocol/jinja2/LICENSE")"
105105addlicense "jinja2" "tools/inspector_protocol/jinja2" "$licenseText"
106106licenseText="$(cat "${rootdir}/tools/inspector_protocol/markupsafe/LICENSE")"
You can’t perform that action at this time.
0 commit comments