mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 22:40: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
|
|
@ -128,7 +128,7 @@ pub fn cnf(data: &mut Data) {
|
|||
|
||||
// retry after installing package
|
||||
if system::install_package(&shell, &package_manager, &package) {
|
||||
let _ = suggestions::confirm_suggestion(data);
|
||||
let _ = suggestions::run_suggestion(data, &data.command);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue