From 628a1c5a5466a0f84f2c7390c19499d0af48ff46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Fri, 31 May 2024 16:13:15 +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 ab87359..91abe0d 100644 --- a/share/organisation/index.rhai +++ b/share/organisation/index.rhai @@ -34,7 +34,7 @@ fn post_template() { repos: gitea_repos() }); } -fn post_install() { +fn pre_install() { let org = global::NAME; org.replace("org-",""); if (have_gitea() && have_sonar()) {