summaryrefslogtreecommitdiff
path: root/ecosystem.dot
diff options
context:
space:
mode:
Diffstat (limited to 'ecosystem.dot')
-rw-r--r--ecosystem.dot2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecosystem.dot b/ecosystem.dot
index 03f86b0..d665132 100644
--- a/ecosystem.dot
+++ b/ecosystem.dot
@@ -4,7 +4,7 @@ digraph ecosystem {
CI [shape="tab" label="CI system"];
autotestenv [shape="component" label="env for automated tests"];
mantestenv [shape="component" label="env for manual testing"];
- prodenv [shape="component" label="production"];
+ prodenv [shape="doublecircle" label="production"];
developer -> gerrit;
gerrit -> developer;