Skip to content

Commit

Permalink
Escape bash variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jfy133 authored Dec 20, 2024
1 parent 479f5d5 commit 167a25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ process {
}

withName: KRAKENUNIQ_BUILD {
ext.args = { "${params.krakenuniq_build_params} --jellyfish-bin $(type -P -a jellyfish)" }
ext.args = { "${params.krakenuniq_build_params} --jellyfish-bin \$(type -P -a jellyfish)" }
}

withName: MALT_BUILD {
Expand Down

0 comments on commit 167a25d

Please sign in to comment.