Skip to content

Commit 21717c8

Browse files
committed
update: src/commands/merge_pr_github/mod.rs
1 parent 9362d1a commit 21717c8

File tree

1 file changed

+2
-0
lines changed
  • src/commands/merge_pr_github

1 file changed

+2
-0
lines changed

src/commands/merge_pr_github/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ where
194194
"{}",
195195
warning.if_supports_color(Stream::Stdout, |text| format!("{}", text.yellow()))
196196
);
197+
} else if self.remove_local_branch {
198+
println!("Deleted local branch `{}`.", branch_label);
197199
}
198200

199201
if !self.remove_local_branch || branch_delete_failed {

0 commit comments

Comments
 (0)