Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Rename repo to repository in email template
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Sep 21, 2016
1 parent 55df367 commit e2b697f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion badwolf/templates/mail/test_failure.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
<table>
<tr>
<td>
<h1>Test failed for repo: {{ context.repository }}</h1>
<h1>Test failed for repository: {{ context.repository }}</h1>
<h2>Information</h2>
<p>Repository: <a href="https://bitbucket.org/{{ context.repository }}">{{ context.repository }}</a></p>
<p>Branch: <a href="https://bitbucket.org/{{ context.repository }}/src?at={{ branch }}">{{ branch }}</a></p>
Expand Down
2 changes: 1 addition & 1 deletion badwolf/templates/mail/test_success.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
<table>
<tr>
<td>
<h1>Test succeed for repo: {{ context.repository }}</h1>
<h1>Test succeed for repository: {{ context.repository }}</h1>
<h2>Information</h2>
<p>Repository: <a href="https://bitbucket.org/{{ context.repository }}">{{ context.repository }}</a></p>
<p>Branch: <a href="https://bitbucket.org/{{ context.repository }}/src?at={{ branch }}">{{ branch }}</a></p>
Expand Down

0 comments on commit e2b697f

Please sign in to comment.