Skip to content

Commit 191e05f

Browse files
committed
Fix workflow param
1 parent 4cadc59 commit 191e05f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.nf

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ switch (params.workflow_name) {
1818
}
1919
break
2020
default:
21-
error "Unknown workflow: ${params.workflow}"
21+
error "Unknown workflow: ${params.workflow_name}"
2222
break
2323
}

0 commit comments

Comments
 (0)