fix: rerun after package install

This commit is contained in:
iff 2024-12-07 01:10:31 +01:00
parent b81c01af8b
commit a4bb8119ef
2 changed files with 2 additions and 2 deletions

View file

@ -320,7 +320,7 @@ pub fn confirm_suggestion(data: &Data) -> Result<(), String> {
}
}
fn run_suggestion(data: &Data, command: &str) -> std::process::ExitStatus {
pub fn run_suggestion(data: &Data, command: &str) -> std::process::ExitStatus {
let shell = &data.shell;
let privilege = &data.privilege;
match privilege {