Actually fix US Core 4.0.0 references

This commit is contained in:
Grahame Grieve 2021-08-20 08:27:45 +10:00
parent 6e5108afcc
commit 968e6432ed
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ public class PackageHacker {
// https://github.com/HL7/fhir-ig-publisher/issues/295
if (webref.contains("hl7.org/fhir/us/core/STU4.0.0")) {
webref.replace("hl7.org/fhir/us/core/STU4.0.0", "hl7.org/fhir/us/core/STU4");
return webref.replace("hl7.org/fhir/us/core/STU4.0.0", "hl7.org/fhir/us/core/STU4");
}
if (isUseSecureReferences()) {