Skip to content

Commit

Permalink
Fix docs snippet
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
  • Loading branch information
pditommaso committed Apr 15, 2024
1 parent f507e9a commit 6499649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/snippets/process-out-env.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ process myTask {

script:
'''
FOO=$(ls -a)
FOO=$(ls -a1)
'''
}

workflow {
myTask | view
}
}

0 comments on commit 6499649

Please sign in to comment.