Skip to content

Commit 318bd05

Browse files
committed
fix typo
1 parent 72c9b52 commit 318bd05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arraycheck_rdata.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ task stuart_arraycheck_rdata {
2727
truth_basename="$(basename -- ${i})"
2828

2929
# We assume the test file and truth file have the same basename
30-
# Due to how WDL input work, they have a different absolute path
30+
# Due to how WDL inputs work, they have a different absolute path
3131
if [ "${test_basename}" == "${truth_basename}" ]; then
3232
actual_truth="$i"
3333
break

0 commit comments

Comments
 (0)