mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 22:40:09 +01:00
chore: early return for cnf
This commit is contained in:
parent
0e659f406a
commit
b016d5492c
1 changed files with 1 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ pub fn cnf(data: &mut Data) {
|
|||
let bin = format!("{}{}", bin_dir, "command-not-found");
|
||||
if Path::new(&bin).exists() {
|
||||
package_manager = bin;
|
||||
break;
|
||||
}
|
||||
}
|
||||
package_manager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue