feat: feature complete install remote with category selection

This commit is contained in:
2026-05-22 17:00:11 -06:00
parent ef39c7d9ff
commit 61bdf29bea
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -575,7 +575,7 @@ fn resolve_conflict(planned: &PlannedFile, sticky: &mut StickyMode) -> Result<Co
*sticky = StickyMode::ReplaceAll;
Ok(ConflictAction::Replace)
}
"abort" => bail!("Aborted by user."),
"abort" => bail!("Install aborted by user at conflict resolution."),
_ => unreachable!("inquire::Select returned an unexpected option"),
}
}