Skip to content

Commit d9c9e80

Browse files
committed
Changed "Worker" to "Version" in the CLI dev command key
1 parent d39932e commit d9c9e80

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/light-bulldogs-press.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"trigger.dev": patch
3+
---
4+
5+
Changed "Worker" to "Version" in the dev command key

packages/cli-v3/src/utilities/initialBanner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export async function printStandloneInitialBanner(performUpdateCheck = true) {
5757

5858
export function printDevBanner() {
5959
logger.log(
60-
`${chalkGrey("Key:")} ${chalkWorker("Worker")} ${chalkGrey("|")} ${chalkTask(
60+
`${chalkGrey("Key:")} ${chalkWorker("Version")} ${chalkGrey("|")} ${chalkTask(
6161
"Task"
6262
)} ${chalkGrey("|")} ${chalkRun("Run")}`
6363
);

0 commit comments

Comments
 (0)