From 0495174937fb5f5da2b36bbc521882d5a838659f Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 03 Apr 2025 19:55:28 +0800 Subject: [PATCH] HTML: cd {{ .repo_name }} instead of hardcoding powxy... --- templates/repo_contrib_index.tmpl | 2 +- diff --git a/templates/repo_contrib_index.tmpl b/templates/repo_contrib_index.tmpl index c7ae45cbd1aeb9473cca619bbe88f9a446c2d274..172a079f4bd354f58c2bc99e86e072035e5d6973 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
-- 2.48.1