From 9cad7d4f1eee19da770b0b1ba19b0aafc8e354b3 Mon Sep 17 00:00:00 2001 From: Jover Lee Date: Thu, 12 Dec 2024 13:22:40 -0800 Subject: [PATCH] Add `hmpv` to supported pathogen repos As discussed in PR review, the repo was renamed to `hmpv` to match the dataset names. --- env/production/locals.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/env/production/locals.tf b/env/production/locals.tf index 11b94bb..0ee1c50 100644 --- a/env/production/locals.tf +++ b/env/production/locals.tf @@ -14,6 +14,7 @@ locals { "avian-flu" = ["avian-flu"], "dengue" = ["dengue"], "forecasts-ncov" = ["forecasts-ncov"], + "hmpv" = ["hmpv"], "lassa" = ["lassa"], "measles" = ["measles"], "mpox" = ["mpox"],