Skip to content

Commit

Permalink
Change prod-util module to prod_util (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Sep 29, 2023
1 parent 4d0e030 commit ea52b0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/common/modules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ modules:
nlohmann-json: '{compiler.name}/{compiler.version}/json/{version}'
nlohmann-json-schema-validator: '{compiler.name}/{compiler.version}/json-schema-validator/{version}'
libjpeg-turbo: '{compiler.name}/{compiler.version}/libjpeg/{version}'
prod-util: '{compiler.name}/{compiler.version}/prod_util/{version}'
exclude:
# List of packages for which we don't need modules
- apple-libunwind
Expand Down Expand Up @@ -271,6 +272,7 @@ modules:
nlohmann-json: 'json/{version}'
nlohmann-json-schema-validator: 'json-schema-validator/{version}'
libjpeg-turbo: 'libjpeg/{version}'
prod-util: 'prod_util/{version}'
exclude:
# List of packages for which we don't need modules
- apple-libunwind
Expand Down

0 comments on commit ea52b0b

Please sign in to comment.