Skip to content

Commit 99015ef

Browse files
committed
Forgotten format
1 parent 831bcb9 commit 99015ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pgcommitfest/commitfest/templates/patch.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
{%endif%}
4545
{%if cfbot_branch %}
4646
<button class="btn btn-secondary" title="This adds the following to your clipboard (needs to be run in an existing git repo):
47-
git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
48-
git fetch commitfest cf/{{patch.id}}
49-
git checkout commitfest/cf/{{patch.id}}" onclick="addGitCheckoutToClipboard({{patch.id}})">Copy git checkout commands</button>
47+
git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
48+
git fetch commitfest cf/{{patch.id}}
49+
git checkout commitfest/cf/{{patch.id}}" onclick="addGitCheckoutToClipboard({{patch.id}})">Copy git checkout commands</button>
5050
{%endif%}
5151
</a>
5252
</td>

0 commit comments

Comments
 (0)