From 8b6d7cb2ff8c3774ba9a8e253923301fd0c096a5 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Tue, 15 Jun 2021 11:02:48 +0200 Subject: fix(bash): pending sql script path --- bin/acore-db-pendings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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" -- cgit v1.2.3