mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-12-05 18:20:24 -08:00
fix(bash): pending sql script path
This commit is contained in:
parent
3f70d0b80f
commit
8b6d7cb2ff
1 changed files with 1 additions and 1 deletions
|
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
CUR_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
CUR_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
|
||||||
source "$CUR_PATH/../apps/db_pendings/import.sh"
|
source "$CUR_PATH/../apps/ci/ci-pending-sql.sh"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue