Skip to content

Commit

Permalink
Standard registry hit
Browse files Browse the repository at this point in the history
  • Loading branch information
dgault committed Aug 28, 2024
1 parent 75a7d8d commit 514ea1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public static void main(String[] args) {

boolean doInstall = args.length > 0 && args[0].equals("-install");

if (checker.newVersionAvailable(UpgradeChecker.REGISTRY_IMAGEJ, UpgradeChecker.DEFAULT_CALLER)) {
if (checker.newVersionAvailable(UpgradeChecker.REGISTRY, UpgradeChecker.DEFAULT_CALLER)) {
System.out.println("A newer stable version is available.");
}
else {
Expand Down

0 comments on commit 514ea1e

Please sign in to comment.