File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
packages/theme/src/cli/utilities Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @shopify/theme ' : patch
3+ ---
4+
5+ Add clarity to helper text when a store is missing
Original file line number Diff line number Diff 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.`,
You can’t perform that action at this time.
0 commit comments