From 3306c428ddb9074e3f397f2615660fd49ee3e39a Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 8 Mar 2026 13:23:42 +0100 Subject: [PATCH] Spelling --- default/bash/fns/worktrees | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/bash/fns/worktrees b/default/bash/fns/worktrees index 1dcd6353..23203ab6 100644 --- a/default/bash/fns/worktrees +++ b/default/bash/fns/worktrees @@ -26,7 +26,7 @@ gd() { root="${worktree%%--*}" branch="${worktree#*--}" - # Protect against accidentially nuking a non-worktree directory + # Protect against accidentally nuking a non-worktree directory if [[ "$root" != "$worktree" ]]; then cd "../$root" git worktree remove "$worktree" --force