Skip to content

Commit 5b8a34e

Browse files
committed
unbreak timeline
1 parent 270d607 commit 5b8a34e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codespeed/templates/codespeed/timeline.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
executables: [{% for exe in checkedexecutables %}{{ exe.id }}, {% endfor %}],
129129
branches: [{% for b in branch_list %}"{{ branch }}", {% endfor %}],
130130
benchmark: "{{ defaultbenchmark }}",
131-
environment: {{ defaultenvironment.id }},
131+
environment: "{{ defaultenvironment.id }}",
132132
equidistant: "{{ defaultequid }}",
133133
quartiles: "{{ defaultquarts }}",
134134
extrema: "{{ defaultextr }}"

0 commit comments

Comments
 (0)