We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b8fc6 commit be7a718Copy full SHA for be7a718
src/github/branch.rs
@@ -374,7 +374,7 @@ impl GithubClient {
374
&& source.message.contains("Reference does not exist")
375
{
376
// Branch doesn't exist, so we can consider this a success
377
- eprintln!("Branch '{branch}' already exists, ignoring");
+ eprintln!("Branch '{branch}' does not exist, ignoring");
378
return Ok(());
379
}
380
eprintln!("❌ Failed to delete branch '{branch}' for {repo}: {e}");
0 commit comments