MDG -> Meteor Software

This commit is contained in:
Jan Dvorak
2021-07-02 17:16:13 +02:00
parent 34668f9a76
commit 37916408c7

View File

@@ -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) {