diff --git a/tools/commands-packages.js b/tools/commands-packages.js index 326be8c64d..e410f2456e 100644 --- a/tools/commands-packages.js +++ b/tools/commands-packages.js @@ -1741,10 +1741,7 @@ var maybeUpdateRelease = function (options) { if (!releaseVersionsToTry.length) { // We could not find any releases newer than the one that we are on, on // that track, so we are done. - var releaseToPrint = appRelease; - if (appTrack === "METEOR") { - releaseToPrint = appVersion; - } + var releaseToPrint = utils.displayRelease(appTrack, appVersion); Console.info( "This project is already at Meteor " + releaseToPrint + ", which is newer than the latest release.");