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 ---------------------------------##
|
||||
|
||||
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 ---------------------------------##
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue