This commit is contained in:
2024-05-31 16:13:15 +02:00
parent 03d4362541
commit 628a1c5a54

View File

@@ -34,7 +34,7 @@ fn post_template() {
repos: gitea_repos() repos: gitea_repos()
}); });
} }
fn post_install() { fn pre_install() {
let org = global::NAME; let org = global::NAME;
org.replace("org-",""); org.replace("org-","");
if (have_gitea() && have_sonar()) { if (have_gitea() && have_sonar()) {