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 811d756 commit ca0f028
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 @@ -85,7 +85,7 @@ AvailabilityTest := function()
Info(InfoWarning,1,
"See the installation instructions; ",
"type: ?Installing the package");
return fail;
return false;
fi;
return true;
end,
Expand Down

0 comments on commit ca0f028

Please sign in to comment.