From 005d94848e71f5de865ee71d57079bfde15f84d0 Mon Sep 17 00:00:00 2001 From: death916 Date: Wed, 11 Mar 2026 09:19:34 -0700 Subject: [PATCH] nh-push --- scripts/nh-push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nh-push b/scripts/nh-push index 1b8c295..28c6ead 100755 --- a/scripts/nh-push +++ b/scripts/nh-push @@ -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..."