Skip to content

Commit

Permalink
fixed output name of manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
johnscancella committed Feb 29, 2016
1 parent 018ce54 commit af51301
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ public String getMessageDigestName() {

@Override
public String getBagitName() {
return name();
return name().toLowerCase();
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
import gov.loc.repository.bagit.exceptions.MissingPayloadDirectoryException;
import gov.loc.repository.bagit.exceptions.MissingPayloadManifestException;
import gov.loc.repository.bagit.exceptions.PayloadOxumDoesNotExistException;
import gov.loc.repository.bagit.hash.SupportedAlgorithm;
import gov.loc.repository.bagit.reader.BagReader;
import gov.loc.repository.bagit.tasks.CheckIfFileExistsTask;
import gov.loc.repository.bagit.tasks.CheckManifestHashsTask;
Expand Down

0 comments on commit af51301

Please sign in to comment.