Skip to content

Commit 4176bf5

Browse files
committed
Use example for missing store help text
1 parent 85961a8 commit 4176bf5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/small-boxes-dress.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@shopify/theme': patch
3+
---
4+
5+
Add clarity to helper text when a store is missing

packages/theme/src/cli/utilities/theme-store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export function ensureThemeStore(flags: {store: string | undefined}): string {
99
throw new AbortError(
1010
'A store is required',
1111
`Specify the store passing ${
12-
outputContent`${outputToken.genericShellCommand(`--${themeFlags.store.name}={your_store_url}`)}`.value
12+
outputContent`${outputToken.genericShellCommand(`--${themeFlags.store.name}=example.myshopify.com`)}`.value
1313
} or set the ${
1414
outputContent`${outputToken.genericShellCommand(themeFlags.store.env as string)}`.value
1515
} environment variable.`,

0 commit comments

Comments
 (0)