Skip to content

Commit

Permalink
correct log message
Browse files Browse the repository at this point in the history
  • Loading branch information
rubys committed Feb 13, 2025
1 parent 33df554 commit 8bbb120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fly.js
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ GDF.extend(class extends GDF {
.replace(/(redirect_urls\s*=\s*\[).*?\]/s,
`$1\n "${url}/auth/callback",\n "${url}/auth/shopify/callback",\n "${url}/api/auth/callback"\n]`)
if (original !== config) {
console.log(`${chalk.bold.green('update'.padStart(11, ' '))} shopify.app.toml`)
console.log(`${chalk.bold.green('update'.padStart(11, ' '))} ${configFile}`)
fs.writeFileSync(configFile, config)
console.log(`${chalk.bold.green('execute'.padStart(11))} shopify app deploy --force`)
execSync('shopify app deploy --force', { stdio: 'inherit' })
Expand Down

0 comments on commit 8bbb120

Please # to comment.