Skip to content

Commit

Permalink
Merge pull request #383 from andrewjesaitis/userguide_typo
Browse files Browse the repository at this point in the history
Use v1.0 style id's in inputs/outputs example
  • Loading branch information
mr-c committed Feb 9, 2017
2 parents 2d7707c + f95eb57 commit 103c976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v1.0/UserGuide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
```
outputs:
- id: example_out
example_out:
type: File
outputBinding:
glob: hello.txt
Expand Down
2 changes: 1 addition & 1 deletion v1.1.0-dev1/UserGuide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
```
outputs:
- id: example_out
example_out:
type: File
outputBinding:
glob: hello.txt
Expand Down

0 comments on commit 103c976

Please sign in to comment.