diff --git a/src/main/scala/dpla/ingestion3/utils/CHProviderRegistry.scala b/src/main/scala/dpla/ingestion3/utils/CHProviderRegistry.scala index e86900b3e..5abc3f9b5 100644 --- a/src/main/scala/dpla/ingestion3/utils/CHProviderRegistry.scala +++ b/src/main/scala/dpla/ingestion3/utils/CHProviderRegistry.scala @@ -81,7 +81,7 @@ object CHProviderRegistry { "orbis-cascade" -> Register(profile = new OrbisCascadeProfile), "p2p" -> Register(profile = new P2PProfile), "pa" -> Register(profile = new PaProfile), - "david_rumsey" -> Register(profile = new RumseyProfile), + "david-rumsey" -> Register(profile = new RumseyProfile), "scdl" -> Register(profile = new ScProfile), "sd" -> Register(profile = new SdProfile), "smithsonian" -> Register(profile = new SiProfile),