Skip to content

Commit

Permalink
Astonishing, git seems to be case insensitive for file names
Browse files Browse the repository at this point in the history
  • Loading branch information
mollybsmith-noaa committed Aug 20, 2024
1 parent bada232 commit fa90208
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meteor_packages/mats-common/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ Package.onUse(function (api) {
api.addFiles("templates/plotType/plot_type.html", "client");
api.addFiles("templates/plotType/plot_type.js", "client");

api.addFiles("templates/qcParamGroup/QC_param_group.html", "client");
api.addFiles("templates/qcParamGroup/QC_param_group.js", "client");
api.addFiles("templates/qcParams/qcParamGroup.html", "client");
api.addFiles("templates/qcParams/qcParamGroup.js", "client");

api.addFiles("templates/scorecard/scorecardStatusPage.html", "client");
api.addFiles("templates/scorecard/scorecardStatusPage.js", "client");
Expand Down

0 comments on commit fa90208

Please sign in to comment.