fix(modules): fix path to setup_git_commit_template.sh in create_module.sh (#22757)
This commit is contained in:
parent
da5fb6c9f8
commit
2cb42d8283
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
##------------------------------- VARIABLES ---------------------------------##
|
##------------------------------- VARIABLES ---------------------------------##
|
||||||
|
|
||||||
MODULE_TEMPLATE_URL="https://github.com/azerothcore/skeleton-module/"
|
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 ---------------------------------##
|
##------------------------------- CODE ---------------------------------##
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue