From 2cb42d8283cf48c41c2022c836bf035713059b24 Mon Sep 17 00:00:00 2001 From: Evgeny <940893+freekode@users.noreply.github.com> Date: Sun, 12 Oct 2025 13:36:39 +0200 Subject: [PATCH] fix(modules): fix path to setup_git_commit_template.sh in create_module.sh (#22757) --- modules/create_module.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/create_module.sh b/modules/create_module.sh index 51e9de479..8a7b12823 100644 --- a/modules/create_module.sh +++ b/modules/create_module.sh @@ -5,7 +5,7 @@ ##------------------------------- VARIABLES ---------------------------------## MODULE_TEMPLATE_URL="https://github.com/azerothcore/skeleton-module/" -GIT_COMMIT_MSG_SETUP="setup_git_commit_template.sh" +GIT_COMMIT_MSG_SETUP="../../apps/git_tools/setup_git_commit_template.sh" ##------------------------------- CODE ---------------------------------##