Skip to content

Commit 9515981

Browse files
Update templates/cli/lib/commands/push.js.twig
1 parent 7cb45fe commit 9515981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cli/lib/commands/push.js.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ const pushMessagingTopic = async ({ all, yes } = {}) => {
992992
parseOutput: false
993993
})
994994

995-
success(`Pushed ${topic.name} ( ${topic['$id']} )`);
995+
success(`Created ${topic.name} ( ${topic['$id']} )`);
996996
} else {
997997
throw e;
998998
}

0 commit comments

Comments
 (0)