From 0495174937fb5f5da2b36bbc521882d5a838659f Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 3 Apr 2025 19:55:28 +0800 Subject: HTML: cd {{ .repo_name }} instead of hardcoding powxy... --- templates/repo_contrib_index.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@

How to submit a merge request

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
-- cgit v1.2.3