diff --git a/src/commands/helpers.ts b/src/commands/helpers.ts index 0172329..6270ea8 100644 --- a/src/commands/helpers.ts +++ b/src/commands/helpers.ts @@ -115,7 +115,7 @@ export async function mergeAndClose(branch: string, opts?: { squash?: boolean; f spin.text = "Generating commit message" await squashCommit(branch, root) } - spin.succeed(`${label} ${branch} into current branch`) + spin.succeed(`${label} ${branch} into ${current}`) if (session) await teardownSession(root, branch, session.worktree) await git.deleteLocalBranch(branch, root).catch(() => {}) return