Skip to content

Commit e1c3c48

Browse files
committed
wip
1 parent 14db9a5 commit e1c3c48

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bin/validate-packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function checkPackageLicense(array $package): void
3333

3434
if (! file_exists($licenseFile)) {
3535
throw new UnexpectedValueException(
36-
sprintf('Package [tempest/%s] is missing it\'s license.', $package['name'])
36+
sprintf('Package [tempest/%s] is missing it\'s license (%s).', $package['name'], $licenseFile)
3737
);
3838
}
3939

File renamed without changes.

0 commit comments

Comments
 (0)