Skip to content

Commit

Permalink
fix data path for missals
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Oct 15, 2024
1 parent 5e4c9d6 commit ec3d048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Health.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ private static function retrieveSchemaForCategory(string $category, ?string $dat
return LitSchema::PROPRIUMDESANCTIS;
case 'resourceDataCheck':
if (
preg_match("/\/missals\/[_A-Z0-9]+$/", $dataPath)
preg_match("/\/data\/missals\/[_A-Z0-9]+$/", $dataPath)
) {
return LitSchema::PROPRIUMDESANCTIS;
} elseif (
Expand Down

0 comments on commit ec3d048

Please sign in to comment.