diff options
| author | Lukasz Kasprzak <lukasz.kasprzak@pm.me> | 2026-03-19 22:00:55 +0100 |
|---|---|---|
| committer | Lukasz Kasprzak <lukasz.kasprzak@pm.me> | 2026-03-19 22:00:55 +0100 |
| commit | e242bb24c739e16fb5d20842fcac73ee7e726409 (patch) | |
| tree | ea34c550117aa25bba5c99c6b56a7e4f83f51418 /straper/lint-db.sh | |
| parent | 0ad332db7e3ea4f0fce0f4db332193883ebec254 (diff) | |
| download | bin-e242bb24c739e16fb5d20842fcac73ee7e726409.tar.gz bin-e242bb24c739e16fb5d20842fcac73ee7e726409.zip | |
cleaned up the dir and some code
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 |
