diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2021-06-15 11:02:48 +0200 |
---|---|---|
committer | Yehonal <yehonal.azeroth@gmail.com> | 2021-06-15 11:02:48 +0200 |
commit | 8b6d7cb2ff8c3774ba9a8e253923301fd0c096a5 (patch) | |
tree | d31a0187b950a7ca8aa59cd9d754617bd20e65c0 /bin | |
parent | 3f70d0b80ff483f142ffbebf8960aeb503913a35 (diff) |
fix(bash): pending sql script path
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/acore-db-pendings | 2 |
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" |