diff --git a/src/repo.rs b/src/repo.rs index b8d2283..dfdfe57 100644 --- a/src/repo.rs +++ b/src/repo.rs @@ -1184,7 +1184,7 @@ impl RepoHandle { && !branch_name.ends_with(&format!("{}{}", super::BRANCH_NAMESPACE_SEPARATOR, name)) { return Err(WorktreeRemoveFailureReason::Error(format!( - "Branch {} is checked out in worktree, this does not look correct", + "Branch \"{}\" is checked out in worktree, this does not look correct", &branch_name ))); }