mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
nh-push
This commit is contained in:
parent
62fcac8daf
commit
005d94848e
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ set -e
|
||||||
# Determine the absolute path of the directory containing this script.
|
# Determine the absolute path of the directory containing this script.
|
||||||
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
|
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
|
||||||
# The repository root is one level above the scripts directory.
|
# The repository root is one level above the scripts directory.
|
||||||
REPO_ROOT="$SCRIPT_DIR/.."
|
REPO_ROOT=$(realpath "$SCRIPT_DIR/..")
|
||||||
|
|
||||||
# --- Git Operations ---
|
# --- Git Operations ---
|
||||||
echo "Pulling latest changes from git..."
|
echo "Pulling latest changes from git..."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue