Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzy11 committed Jan 6, 2025
1 parent 99c5dc0 commit b939251
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ function validate_updated_resource_in_fhir_sink() {
then
print_message "Updated Patient data for ${PATIENT_ID} in FHIR sink verified successfully."
else
print_message "Updated Patient data for ${PATIENT_ID} verification in FHIR sink failed."
print_message "Updated Patient data verification for ${PATIENT_ID} in FHIR sink failed."
exit 6
fi
}
Expand Down

0 comments on commit b939251

Please sign in to comment.