aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/repo_contrib_index.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo_contrib_index.tmpl b/templates/repo_contrib_index.tmpl
index c7ae45c..172a079 100644
--- a/templates/repo_contrib_index.tmpl
+++ b/templates/repo_contrib_index.tmpl
@@ -46,7 +46,7 @@
<div class="padding-wrapper">
<h2>How to submit a merge request</h2>
<pre>git clone {{ .ssh_clone_url }}
-cd powxy
+cd {{ .repo_name }}
git checkout -b contrib/name_of_your_contribution
# edit and commit stuff
git push -u origin HEAD</pre>