Skip to content

Commit

Permalink
fix <a href> where {{ repository }} should have been used
Browse files Browse the repository at this point in the history
  • Loading branch information
delan committed Dec 5, 2019
1 parent 19f42a4 commit 79f15b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/components/badge-bitbucket-pipelines.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<a href="https://bitbucket.org/delan/nonymous/addon/pipelines/home#!/results/branch/{{ branch }}/page/1">
<a href="https://bitbucket.org/{{ repository }}/addon/pipelines/home#!/results/branch/{{ branch }}/page/1">
<img
src="https://img.shields.io/bitbucket/pipelines/{{ repository }}/{{ branch }}"
alt="{{ text }}"
Expand Down

0 comments on commit 79f15b4

Please sign in to comment.