mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-13 06:50:09 +01:00
fix: rerun after package install
This commit is contained in:
parent
b81c01af8b
commit
a4bb8119ef
2 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue