Skip to content

Commit

Permalink
Fix resources getter
Browse files Browse the repository at this point in the history
  • Loading branch information
ir4y committed Nov 24, 2024
1 parent fd415f3 commit 9771d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/convert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
"Procedure"
"Medication"
"MedicationRequest") &&\
for resource in $resources
for resource in "${resources[@]}"
do
echo $resource
done
Expand Down

0 comments on commit 9771d08

Please sign in to comment.