Skip to content

Commit

Permalink
Update theme push theme selection
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmengo committed Apr 5, 2024
1 parent 1bded45 commit 040bd38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/theme/src/cli/commands/theme/push.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe('Push', () => {

// Then
expect(findOrSelectTheme).toHaveBeenCalledWith(adminSession, {
header: 'Select a theme to open',
header: 'Select a theme to push to:',
filter: {
live: true,
development: true,
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/src/cli/commands/theme/push.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export default class Push extends ThemeCommand {
selectedTheme = await developmentThemeManager.create(UNPUBLISHED_THEME_ROLE, themeName)
} else {
selectedTheme = await findOrSelectTheme(adminSession, {
header: 'Select a theme to open',
header: 'Select a theme to push to:',
filter: {
live,
unpublished,
Expand Down

0 comments on commit 040bd38

Please sign in to comment.