Skip to content
Snippets Groups Projects
Commit 1a15dbcf authored by Moises Sacal's avatar Moises Sacal
Browse files

changed indexFile to catalog.html

parent 8ab91e89
Branches
No related merge requests found
......@@ -35,7 +35,7 @@ async function addItem(repo, repoName, crateInfo, tempDir) {
const roCrateFileSrc = path.join(crateInfo.dir, 'ro-crate-metadata.jsonld');
const previewFile = path.join(tempDir, 'ro-crate-preview.html');
const previewFileSrc = path.join(crateInfo.dir, 'ro-crate-preview.html');
const indexFile = path.join(tempDir, 'index.html');
const indexFile = path.join(tempDir, 'CATALOG.html');
await fs.copy(crateInfo.dir, tempDir);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment