Skip to content

Commit

Permalink
PackageInfo.g: fix AvailabilityTest return value
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Nov 6, 2024
1 parent c1d2d47 commit 9bba893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ AvailabilityTest := function()
if not IsKernelExtensionAvailable("BlissInterface") then
LogPackageLoadingMessage(PACKAGE_WARNING,
"failed to load kernel module of package BlissInterface");
return fail;
return false;
fi;
return true;
end,
Expand Down

0 comments on commit 9bba893

Please sign in to comment.