Skip to content

Commit ce2affb

Browse files
committed
Fix update-parsers.sh
1 parent 992816a commit ce2affb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

update-parsers.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
set -eu
44

5-
mkdir -p source/cwl_d_auto
5+
mkdir -p source/cwl
66

7-
schema-salad-tool --codegen dlang --codegen-package cwl_d_auto.v1_0 --codegen-parser-info "CWL v1.0 parser generated with schema-salad-tool" \
7+
schema-salad-tool --codegen dlang --codegen-package cwl.v1_0 --codegen-parser-info "CWL v1.0 parser generated with schema-salad-tool" \
88
--codegen-examples resources/cwl-v1.0 \
9-
https://github.com/common-workflow-language/common-workflow-language/raw/codegen/v1.0/CommonWorkflowLanguage.yml > source/cwl_d_auto/v1_0.d
9+
https://github.com/common-workflow-language/common-workflow-language/raw/codegen/v1.0/CommonWorkflowLanguage.yml > source/cwl/v1_0.d
1010

11-
schema-salad-tool --codegen dlang --codegen-package cwl_d_auto.v1_1 --codegen-parser-info "CWL v1.1 parser generated with schema-salad-tool" \
11+
schema-salad-tool --codegen dlang --codegen-package cwl.v1_1 --codegen-parser-info "CWL v1.1 parser generated with schema-salad-tool" \
1212
--codegen-examples resources/cwl-v1.1 \
13-
https://github.com/common-workflow-language/cwl-v1.1/raw/codegen/CommonWorkflowLanguage.yml > source/cwl_d_auto/v1_1.d
13+
https://github.com/common-workflow-language/cwl-v1.1/raw/codegen/CommonWorkflowLanguage.yml > source/cwl/v1_1.d
1414

15-
schema-salad-tool --codegen dlang --codegen-package cwl_d_auto.v1_2 --codegen-parser-info "CWL v1.2 parser generated with schema-salad-tool" \
15+
schema-salad-tool --codegen dlang --codegen-package cwl.v1_2 --codegen-parser-info "CWL v1.2 parser generated with schema-salad-tool" \
1616
--codegen-examples resources/cwl-v1.2 \
17-
https://github.com/common-workflow-language/cwl-v1.2/raw/1.2.1_proposed/CommonWorkflowLanguage.yml > source/cwl_d_auto/v1_2.d
17+
https://github.com/common-workflow-language/cwl-v1.2/raw/1.2.1_proposed/CommonWorkflowLanguage.yml > source/cwl/v1_2.d

0 commit comments

Comments
 (0)