aboutsummaryrefslogtreecommitdiff
path: root/straper/lint-db.sh
diff options
context:
space:
mode:
Diffstat (limited to 'straper/lint-db.sh')
-rwxr-xr-xstraper/lint-db.sh2
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