Skip to content

Commit

Permalink
remove semi colon
Browse files Browse the repository at this point in the history
Co-authored-by: basiliskus <[email protected]>
  • Loading branch information
pluckyswan and basiliskus committed Dec 23, 2024
1 parent 8ca3337 commit 5086197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automated-staging-test-submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
--silent \
"$host/api/token" | jq -r ".access_token")
for file in $(pwd)/examples/Test/Automated/**/*/*.hl7;; do
for file in $(pwd)/examples/Test/Automated/**/*/*.hl7; do
echo "Sending $file"
curl \
--header "Content-Type: application/hl7-v2" \
Expand Down

0 comments on commit 5086197

Please sign in to comment.