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

Commit e50d776

Browse files
chinmaygardezanderso
authored andcommitted
PR.
1 parent 98e0160 commit e50d776

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
@@ -156,7 +156,7 @@ function verify_licenses() (
156156

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

161161
if [[ $actualLicenseCount -ne $expectedLicenseCount ]]; then
162162
echo "=============================== ERROR ==============================="

0 commit comments

Comments
 (0)