We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7299efb commit 6eecb4eCopy full SHA for 6eecb4e
src/commands/deploy/deploy.ts
@@ -706,7 +706,7 @@ const printResults = ({
706
if (!deployToProduction) {
707
log()
708
log('If everything looks good on your draft URL, deploy it to your main site URL with the --prod flag:')
709
- log(chalk.cyanBright.bold(`netlify deploy${runBuildCommand ? '' : '--no-build'} --prod`))
+ log(chalk.cyanBright.bold(`netlify deploy${runBuildCommand ? '' : ' --no-build'} --prod`))
710
711
}
712
0 commit comments