From a940d825ebd5b07c755a1b7e1467b0af5b31917a Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Tue, 13 May 2025 16:18:24 -0500 Subject: Fix bug in new switch command --- switch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'switch') diff --git a/switch b/switch index eafccaf..6f232e1 100755 --- a/switch +++ b/switch @@ -2,6 +2,6 @@ set -e -cd "$(dirname "$($0)")" +cd "$(dirname "$0")" git pull nixos-rebuild switch --flake . -- cgit v1.2.3