Skip to content

Commit

Permalink
add backslash to mv
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKonar committed Oct 10, 2024
1 parent 6b2c291 commit 72428d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:
mkdir sushi-output/resources
cp -R MiabisOnFHIR/fsh-generated/resources sushi-output
cd sushi-output/resources
ls
mv *Instance.json sushi-output/instances
mv *Instance.json /sushi-output/instances
- name: Download FHIR validator
run: wget -g https://github.com/hapifhir/org.hl7.fhir.core/releases/latest/download/validator_cli.jar -O validator.jar
Expand Down

0 comments on commit 72428d5

Please sign in to comment.