Skip to content

Commit 1adbb18

Browse files
author
Peter Amstutz
committed
Put prefix back on "cwlVersion: draft-3"
1 parent bef607e commit 1adbb18

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

draft-3/draft-3/record-output.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class: CommandLineTool
2-
cwlVersion: draft-3
2+
cwlVersion: cwl:draft-3
33
requirements:
44
- class: ShellCommandRequirement
55
inputs:

draft-3/draft-3/rename.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class: CommandLineTool
2-
cwlVersion: draft-3
2+
cwlVersion: cwl:draft-3
33
baseCommand: "true"
44
requirements:
55
- class: CreateFileRequirement

draft-3/draft-3/schemadef-tool.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env cwl-runner
22
class: CommandLineTool
3-
cwlVersion: draft-3
3+
cwlVersion: cwl:draft-3
44
requirements:
55
- $import: schemadef-type.yml
66
- class: InlineJavascriptRequirement

draft-3/draft-3/wc3-tool.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env cwl-runner
22
class: CommandLineTool
3-
cwlVersion: draft-3
3+
cwlVersion: cwl:draft-3
44

55
requirements:
66
- class: InlineJavascriptRequirement

0 commit comments

Comments
 (0)