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 a917383 commit f51494cCopy full SHA for f51494c
src/main.rs
@@ -1064,7 +1064,7 @@ impl GitChain {
1064
// ensure each branch exists
1065
for branch in &chain.branches {
1066
if !self.git_branch_exists(&branch.branch_name)? {
1067
- eprintln!("Root branch does not exist: {}", chain.root_branch.bold());
+ eprintln!("Branch does not exist: {}", branch.branch_name.bold());
1068
process::exit(1);
1069
}
1070
0 commit comments