fix err msg

Signed-off-by: Alex Chi Z <chi@neon.tech>
This commit is contained in:
Alex Chi Z
2025-03-11 15:15:56 -04:00
parent 5ea3662494
commit ac8b4048fd

View File

@@ -29,7 +29,7 @@ pub(crate) enum Error {
#[error("no ancestors")]
NoAncestor,
#[error("the branch has more than 1 ancestor and cannot be fast-path detached")]
#[error("too many ancestors")]
TooManyAncestors,
#[error("shutting down, please retry later")]