Skip to content

Commit

Permalink
[MER-2417] Remove the unnecessary branch name in logging (#161)
Browse files Browse the repository at this point in the history
This log looks like "Adopting a branch master to Avmaster". Make it
"Adopting a branch master to Av".
  • Loading branch information
draftcode committed Jun 6, 2023
1 parent 64c122b commit 156e30f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/actions/reparent.go
Expand Up @@ -40,7 +40,6 @@ func Reparent(
" - Adopting a branch ",
colors.UserInput(opts.Branch),
" to Av",
colors.UserInput(opts.NewParent),
"\n",
)
branchMeta.Parent.Name = opts.NewParent
Expand Down

0 comments on commit 156e30f

Please sign in to comment.