Skip to content

Commit e69d4c5

Browse files
committed
fix rename in vendor file
1 parent f74a0f5 commit e69d4c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/otp-compliance.es

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1649,7 +1649,7 @@ root_vendor_packages() ->
16491649
minimum_vendor_packages() ->
16501650
%% self-contained
16511651
root_vendor_packages() ++
1652-
[~"tcl", ~"ryu_to_chars", ~"json-test-suite", ~"openssl", ~"Autoconf", ~"wx", ~"jquery", ~"jquery-tablesorter"].
1652+
[~"tcl", ~"ryu_to_chars", ~"json-test-suite", ~"openssl", ~"Autoconf", ~"wx", ~"jquery", ~"tablesorter"].
16531653

16541654
test_copyright_not_empty(#{~"packages" := Packages}) ->
16551655
true = lists:all(fun (#{~"copyrightText" := Copyright}) -> Copyright =/= ~"" end, Packages),

0 commit comments

Comments
 (0)