Skip to content

Commit

Permalink
Be clearer that you need to publish for this arch
Browse files Browse the repository at this point in the history
  • Loading branch information
glasser committed Mar 27, 2015
1 parent da87051 commit 43b1c30
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/commands-packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -457,8 +457,9 @@ main.registerCommand({
// Normal publish flow. Tell the user nicely.
Console.warn();
Console.warn(
"This package contains binary code and must be built on",
"multiple architectures.");
"You're not done publishing yet! This package contains binary code and",
"must be built on all of Meteor's architectures, including this",
"machine's architecture.");
Console.warn();
Console.info(
"You can access Meteor provided build machines, pre-configured to",
Expand Down

0 comments on commit 43b1c30

Please sign in to comment.