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

View File

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