summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/graphmarkup.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/graphmarkup.rs b/src/graphmarkup.rs
index f5637dc..dc0a37e 100644
--- a/src/graphmarkup.rs
+++ b/src/graphmarkup.rs
@@ -200,6 +200,8 @@ impl GraphMarkup for PlantumlMarkup {
.arg("-pipe")
.arg("-tsvg")
.arg("-v")
+ .arg("-graphvizdot")
+ .arg(DOT_PATH.lock().unwrap().clone())
.stdin(Stdio::piped())
.stdout(Stdio::piped())
.stderr(Stdio::piped());