Skip to content

Commit

Permalink
Fix ig package name
Browse files Browse the repository at this point in the history
  • Loading branch information
ir4y committed Mar 19, 2024
1 parent 3674938 commit 5e52246
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
- name: copy-ig
image: ${inferno_image}
imagePullPolicy: Always
command: ["cp", "/opt/inferno/lib/au_core_test_kit/igs/package.r4b.tgz", "/home/igs"]
command: ["cp", "/opt/inferno/lib/au_core_test_kit/igs/hl7.fhir.au.core#0.3.0-ballot.tgz", "/home/igs"]
volumeMounts:
- name: igs
mountPath: /home/igs
Expand Down

0 comments on commit 5e52246

Please sign in to comment.