mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix typo in meteor update message
Turns out that "[object Object]'" doesn't have a noPrefix property!
This commit is contained in:
@@ -1574,7 +1574,7 @@ var maybeUpdateRelease = function (options) {
|
||||
"Installed. Run",
|
||||
Console.command(
|
||||
"'meteor update --release " +
|
||||
release.current.getDisplayName({ noPrefix: true } + "'")),
|
||||
release.current.getDisplayName({ noPrefix: true }) + "'"),
|
||||
"inside of a particular project directory to update that project to",
|
||||
release.current.getDisplayName() + ".");
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user