Skip to content

Commit fe00411

Browse files
committed
tools: fix license-builder for inspector_protocol
Refs: #56649 PR-URL: #56814 Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 698c56b commit fe00411

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/license-builder.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ addlicense "npm" "deps/npm" "$licenseText"
9999
# Build tools
100100
licenseText="$(cat "${rootdir}/tools/gyp/LICENSE")"
101101
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"
104104
licenseText="$(cat "${rootdir}/tools/inspector_protocol/jinja2/LICENSE")"
105105
addlicense "jinja2" "tools/inspector_protocol/jinja2" "$licenseText"
106106
licenseText="$(cat "${rootdir}/tools/inspector_protocol/markupsafe/LICENSE")"

0 commit comments

Comments
 (0)