Skip to content

Commit

Permalink
more licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-simmons committed Feb 27, 2024
1 parent d29a324 commit a278e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/licenses.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ function verify_licenses() (

local actualLicenseCount
actualLicenseCount="$(tail -n 1 flutter/ci/licenses_golden/licenses_flutter | tr -dc '0-9')"
local expectedLicenseCount=758 # When changing this number: Update the error message below as well describing the newly expected license types.
local expectedLicenseCount=842 # When changing this number: Update the error message below as well describing the newly expected license types.

if [[ $actualLicenseCount -ne $expectedLicenseCount ]]; then
echo "=============================== ERROR ==============================="
Expand Down

0 comments on commit a278e71

Please sign in to comment.