Commit 12c17b21 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Correction du bug "mauvais format" de fichier.

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -180,7 +180,7 @@ class RenderCommand extends Command
*/
private function startProcess($target, $format): array
{
$cmd = sprintf('%s -jar %s -graphvizdot %s -pipe -t %s',
$cmd = sprintf('%s -jar %s -graphvizdot %s -pipe -t%s',
$this->findExecutable($this->javaBinary),
$this->plantUmlJar,
$this->findExecutable($this->dotBinary),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment