From 37916408c7a7de5bd1144df288df6e917fcf4e3e Mon Sep 17 00:00:00 2001 From: Jan Dvorak Date: Fri, 2 Jul 2021 17:16:13 +0200 Subject: [PATCH] MDG -> Meteor Software --- tools/cli/commands-packages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cli/commands-packages.js b/tools/cli/commands-packages.js index 10bf7c8ced..7444bfdcaa 100644 --- a/tools/cli/commands-packages.js +++ b/tools/cli/commands-packages.js @@ -1103,7 +1103,7 @@ main.registerCommand({ var fail = false; try { Console.info( - "Pushing git tag (this should fail if you are not from MDG)"); + "Pushing git tag (this should fail if you are not from Meteor Software)"); utils.runGitInCheckout('push', 'git@github.com:meteor/meteor.git', 'refs/tags/' + gitTag); } catch (err) {