Skip to content

Commit 1f342cc

Browse files
authored
Merge pull request #11 from mattip/unbreak-timeline
unbreak timeline
2 parents 2c9f5eb + 5b8a34e commit 1f342cc

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)