Skip to content

Commit 0fbc47b

Browse files
author
Peter Amstutz
committed
Add v1.0 as real valid version.
1 parent 0c3e2c5 commit 0fbc47b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

v1.0/Process.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ $graph:
3535
- cwl:draft-4.dev2
3636
- cwl:draft-4.dev3
3737
- cwl:v1.0.dev4
38+
- cwl:v1.0
3839

3940
- name: CWLType
4041
type: enum
@@ -99,7 +100,7 @@ $graph:
99100
As a special case, if the `path` field is provided but the `location`
100101
field is not, an implementation may assign the value of the `path`
101102
field to `location`, and remove the `path` field.
102-
103+
103104
If the `path` contains [POSIX shell metacharacters](http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_02)
104105
(`|`,`&`, `;`, `<`, `>`, `(`,`)`, `$`,`` ` ``, `\`, `"`, `'`,
105106
`<space>`, `<tab>`, and `<newline>`) or characters
@@ -260,7 +261,7 @@ $graph:
260261
must not be used in any other context. The command line tool being
261262
executed must be able to to access the directory at `path` using the POSIX
262263
`opendir(2)` syscall.
263-
264+
264265
If the `path` contains [POSIX shell metacharacters](http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_02)
265266
(`|`,`&`, `;`, `<`, `>`, `(`,`)`, `$`,`` ` ``, `\`, `"`, `'`,
266267
`<space>`, `<tab>`, and `<newline>`) or characters

0 commit comments

Comments
 (0)