Fixed AppExitCode missing

main
Michal 2 years ago
parent 5a27b02029
commit 45cf3189ef
No known key found for this signature in database
GPG Key ID: A6A1A4DCB22279B9

@ -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