Skip to content
Snippets Groups Projects
Commit 0c25f894 authored by bow's avatar bow
Browse files

Fix wrong quote usage

parent 4e6cf4dc
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,6 @@ class Pdflatex(val root: Configurable) extends BiopetCommandLineFunction {
required("-output-directory", outputDir) +
required("-jobname", name) +
required(input)
Seq(singleCommand, singleCommand, singleCommand).mkString(" '&&' ")
Seq(singleCommand, singleCommand, singleCommand).mkString(" && ")
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment