Fixed AppExitCode missing

main
Michal 2 years ago
parent c56b6c3b36
commit 61fe7c4093

@ -97,7 +97,7 @@ pub fn generate(verbose: bool) {
true
} else {
crash!(
AppExitCode::NoPackagesFound,
AppExitCode::NoPkgs,
"No .zst or .xz packages found in repository"
);
// This should theoretically never be reached, but let's just give the compiler what it wants

Loading…
Cancel
Save