Skip to content

Commit 4075549

Browse files
Fix lint: terminate banner headline + prettier formatting
1 parent eb3687e commit 4075549

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

packages/cli-kit/src/public/node/upgrade.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,8 @@ export async function runCLIUpgrade(options: RunCLIUpgradeOptions = {}): Promise
105105
)
106106
await exec(command, args, {stdio: 'inherit'})
107107
renderSuccess({
108-
headline: 'Shopify CLI upgraded',
109-
body: newerVersion
110-
? `You're now on version ${newerVersion}.`
111-
: "You're now on the latest version.",
108+
headline: 'Shopify CLI upgraded.',
109+
body: newerVersion ? `You're now on version ${newerVersion}.` : "You're now on the latest version.",
112110
})
113111
} else if (projectDir) {
114112
await upgradeLocalShopify(projectDir, CLI_KIT_VERSION)

0 commit comments

Comments
 (0)