fix(modules): fix path to setup_git_commit_template.sh in create_module.sh (#22757)

This commit is contained in:
Evgeny 2025-10-12 13:36:39 +02:00 committed by GitHub
parent da5fb6c9f8
commit 2cb42d8283
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ---------------------------------##