diff --git a/share/organisation/index.rhai b/share/organisation/index.rhai index 91abe0d..ab87359 100644 --- a/share/organisation/index.rhai +++ b/share/organisation/index.rhai @@ -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()) {