From d7235a9709c79d658b02681e0a17a86b9a0a4e41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Fri, 31 May 2024 16:15:03 +0200 Subject: [PATCH] fix --- share/organisation/index.rhai | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) {