Skip to content

Commit

Permalink
update quote location
Browse files Browse the repository at this point in the history
  • Loading branch information
mgtennant committed Jan 29, 2024
1 parent 995e257 commit 13d7692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/zip-file/zip-file.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ export class ZipFileService {
: ''
: '';
for (let year = tileDownloadInfo.startYear; year <= tileDownloadInfo.endYear; year++) {
inputLines.push(`Input "${tileId}"\\wrfout_d02_${tileId}_${year}.nc`);
inputLines.push(`Input "${tileId}\\wrfout_d02_${tileId}_${year}.nc"`);
}
const inputString = inputLines.join('\n');
mmifContent = mmifContent.replace('# AUTOINSERT POINT 03', inputString);
Expand Down

0 comments on commit 13d7692

Please sign in to comment.