Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/gtr
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ cmd_remove() {
continue
fi

log_step "Removing worktree: $branch_name"
log_step "Removing worktree: $(basename "$worktree_path")"

# Run pre-remove hooks (abort on failure unless --force)
if ! run_hooks_in preRemove "$worktree_path" \
Expand Down