Update config

This commit is contained in:
Den Delimarsky 🌺
2025-09-20 13:57:05 -07:00
parent 3f67cf2f5f
commit 2d242b4732
4 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ get_repo_root() {
else
# Fall back to script location for non-git repos
local script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "$script_dir/../.." && pwd
cd "$script_dir/../../.." && pwd
fi
}