summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2021-06-15 11:02:48 +0200
committerYehonal <yehonal.azeroth@gmail.com>2021-06-15 11:02:48 +0200
commit8b6d7cb2ff8c3774ba9a8e253923301fd0c096a5 (patch)
treed31a0187b950a7ca8aa59cd9d754617bd20e65c0 /bin
parent3f70d0b80ff483f142ffbebf8960aeb503913a35 (diff)
fix(bash): pending sql script path
Diffstat (limited to 'bin')
-rwxr-xr-xbin/acore-db-pendings2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/acore-db-pendings b/bin/acore-db-pendings
index 6f8d62f9e6..8ee7e79589 100755
--- a/bin/acore-db-pendings
+++ b/bin/acore-db-pendings
@@ -2,4 +2,4 @@
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"