Skip to content

Commit

Permalink
fix: fixes scatter-gather example
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Feb 5, 2025
1 parent a30946e commit 75190ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion design-patterns/scatter-gather/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ workflow run {
#
# Note that the outputs from `stepA` are automatically coerced
# into an `Array` that you can pass in elsewhere.
call stepB { input: files = stepA.output }
call stepB { input: files = stepA.out }
}
```

Expand Down

0 comments on commit 75190ee

Please sign in to comment.