This commit is contained in:
death916 2026-03-11 09:19:34 -07:00
parent 62fcac8daf
commit 005d94848e

View file

@ -8,7 +8,7 @@ set -e
# Determine the absolute path of the directory containing this script.
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
# The repository root is one level above the scripts directory.
REPO_ROOT="$SCRIPT_DIR/.."
REPO_ROOT=$(realpath "$SCRIPT_DIR/..")
# --- Git Operations ---
echo "Pulling latest changes from git..."