Skip to content

Commit

Permalink
Fixed issue #304
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosjepard authored and hmiguim committed Jan 15, 2025
1 parent e850128 commit ec9ed3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ protected ReporterDetails validateCSIP17(final StructureValidatorState structure
false, false);
}
} else {
regex = metsValidatorState.getMetsPath() + "/metadata/descriptive/.*";
regex = metsValidatorState.getMetsPath() + "metadata/descriptive/.*";
}
final ZipManager zipManager = structureValidatorState.getZipManager();

Expand Down

0 comments on commit ec9ed3a

Please sign in to comment.