Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
teletha committed Dec 8, 2023
1 parent cdecba2 commit a75b2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/viewtify/update/Update.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ private static String validate(String archive) {
// ====================================
Blueprint origin = Blueprint.detect();
if (!file.isAfter(origin.root)) {
// return "The latest version is used, no need to update.";
return "The latest version is used, no need to update.";
}

// We can update
Expand Down

0 comments on commit a75b2c6

Please sign in to comment.