Skip to content

Commit

Permalink
more workflow adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
JVThomas committed Nov 19, 2023
1 parent 4c8af8b commit 999d717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-workflows/hello_and_goodbye/sample_workflow.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ workflow main_workflow {
}
call done
output {
Array[String] greetings = [hello_english.out, hello_spanish.out, hello_french.out]
String speak_english = hello_english.hello_out + " " + hello_english.english_goodbye_out
}
}

0 comments on commit 999d717

Please sign in to comment.