diff options
Diffstat (limited to 'straper/lint-db.sh')
| -rwxr-xr-x | straper/lint-db.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/straper/lint-db.sh b/straper/lint-db.sh index dc0de37..0b961bc 100755 --- a/straper/lint-db.sh +++ b/straper/lint-db.sh @@ -3,7 +3,7 @@ set -Eeuo pipefail SCRIPT_DIR="$(cd -- "$(dirname -- "$0")" && pwd)" # shellcheck disable=SC1091 -source "${SCRIPT_DIR}/common.sh" +source "${SCRIPT_DIR}/lib/common.sh" SCRIPT_NAME="lint-db.sh" ISSUES=0 |
