Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
lbergelson committed Oct 8, 2024
1 parent cee987a commit a6c31c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .carrot/carrot_eval.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ task compare {
}
command {
echo "Checking the result from previous test:"
echo "$result"
echo "~{result}"
}
runtime {
docker: image_to_use
Expand Down

0 comments on commit a6c31c7

Please sign in to comment.