diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-11 23:22:15 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-11 23:22:15 +0100 |
commit | 0022718c87e751a0301fb87299f9ffa469decffa (patch) | |
tree | db64386dacf52403ba189c3c3022ae4531f70dec | |
parent | 594430f8d7942d1a8b8d01af54b4d602e3ea03ec (diff) | |
download | jenkins.debian.net-0022718c87e751a0301fb87299f9ffa469decffa.tar.xz |
reproducible: fix coloring
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index d772de6f..8933f920 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -53,7 +53,7 @@ done SUM_DONE="$SUM_DONE)" SUM_OPEN="$SUM_OPEN)" COLOR[0]=5 -COLOR[1]=8 +COLOR[1]=12 COLOR[2]=1 COLOR[3]=28 COLOR[4]=1 |