diff options
| -rw-r--r-- | straper/.restore-configs.sh.swp | bin | 53248 -> 0 bytes | |||
| -rwxr-xr-x | straper/lib/common.sh (renamed from straper/common.sh) | 0 | ||||
| -rwxr-xr-x | straper/lint-db.sh | 2 | ||||
| -rw-r--r-- | straper/sanctum-rebuild-toolkit.tar.gz | bin | 14623 -> 0 bytes |
4 files changed, 1 insertions, 1 deletions
diff --git a/straper/.restore-configs.sh.swp b/straper/.restore-configs.sh.swp Binary files differdeleted file mode 100644 index 68b8429..0000000 --- a/straper/.restore-configs.sh.swp +++ /dev/null diff --git a/straper/common.sh b/straper/lib/common.sh index 32f3581..32f3581 100755 --- a/straper/common.sh +++ b/straper/lib/common.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 diff --git a/straper/sanctum-rebuild-toolkit.tar.gz b/straper/sanctum-rebuild-toolkit.tar.gz Binary files differdeleted file mode 100644 index 5a49146..0000000 --- a/straper/sanctum-rebuild-toolkit.tar.gz +++ /dev/null |
