mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 22:40:09 +01:00
fix: cnf retry
This commit is contained in:
parent
a4bb8119ef
commit
22120b7616
1 changed files with 1 additions and 1 deletions
|
|
@ -83,8 +83,8 @@ pub fn cnf(data: &mut Data) {
|
|||
.join(" "),
|
||||
);
|
||||
data.update_error(msg);
|
||||
suggestion(data);
|
||||
}
|
||||
suggestion(data);
|
||||
} else {
|
||||
let package_manager = match system::get_package_manager(&shell) {
|
||||
Some(package_manager) => package_manager,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue