Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit c53e465

Browse files
committed
license count
1 parent 04a4f05 commit c53e465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/licenses.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ function verify_licenses() (
174174

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

179179
if [[ $actualLicenseCount -ne $expectedLicenseCount ]]; then
180180
echo "=============================== ERROR ==============================="

0 commit comments

Comments
 (0)