Skip to content

Commit 55bacdc

Browse files
committed
removing errant trailing slash
1 parent dc1e31d commit 55bacdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/comment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Automatically triggered by [WebPageTest](https://www.webpagetest.org)'s GitHub A
33

44
<% tests.forEach((test) => { %>
55
## Page Tested:<%- test.url %>
6-
**Full test results: <%- test.testLink %>/**
6+
**Full test results: <%- test.testLink %>**
77

88
| <% test.metrics.forEach((metric) => { %><%- metric.name %> | <% }); %>
99
| <% test.metrics.forEach((metric) => { %>--- | <% }); %>

0 commit comments

Comments
 (0)