From e242bb24c739e16fb5d20842fcac73ee7e726409 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Thu, 19 Mar 2026 22:00:55 +0100 Subject: cleaned up the dir and some code --- straper/lint-db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'straper/lint-db.sh') 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 -- cgit v1.3