Skip to content

Commit da00859

Browse files
committed
fix(ci): fixes LICENSE_TEMPLATE const in bin/validate-packages script
1 parent f29eaf9 commit da00859

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
@@ -1,7 +1,7 @@
11
#!/usr/bin/env php
22
<?php
33

4-
define('LICENSE_TEMPLATE', file_get_contents(__DIR__ . '/../LICENCE.md'));
4+
define('LICENSE_TEMPLATE', file_get_contents(__DIR__ . '/../LICENSE.md'));
55

66
$packages = json_decode(
77
json: exec(__DIR__ . '/get-packages'),

0 commit comments

Comments
 (0)