Skip to content

Commit 7f2554a

Browse files
authored
Merge pull request #65 from FAIRDataPipeline/claireh93/windows
Fix windows quotes
2 parents 19b3c2c + ac14712 commit 7f2554a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/fdp/SEIRSconfig.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ run_metadata:
22
default_input_namespace: testing
33
description: SEIRS Model julia
44
script: |
5-
julia --project=examples/fdp -e 'using Pkg; Pkg.instantiate()'
5+
julia --project=examples/fdp -e "using Pkg; Pkg.instantiate()"
66
julia --project=examples/fdp examples/fdp/seirs_sim.jl
77
88
register:
@@ -20,7 +20,7 @@ register:
2020
file_type: csv
2121
release_date: 2020-06-01T12:00
2222
version: "1.0.0"
23-
primary: True
23+
primary: False
2424

2525
write:
2626
- data_product: model_output

0 commit comments

Comments
 (0)