Skip to content

Commit f29eaf9

Browse files
committed
fix(ci): fixes validate-packages script license typo
1 parent ec85212 commit f29eaf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/validate-packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function checkPackageFile(array $package, string $file): void
2121

2222
function checkPackageLicense(array $package): void
2323
{
24-
$licenseFile = $package['directory'] . DIRECTORY_SEPARATOR . 'LICENCE.md';
24+
$licenseFile = $package['directory'] . DIRECTORY_SEPARATOR . 'LICENSE.md';
2525
$composerFile = $package['directory'] . DIRECTORY_SEPARATOR . 'composer.json';
2626
$composer = json_decode(file_get_contents($composerFile), true);
2727

0 commit comments

Comments
 (0)