Skip to content

Commit

Permalink
Fix build deployment instruction link appends comma at end (#6511)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbimochan authored and ianschmitz committed Feb 24, 2019
1 parent 0793d48 commit ff19e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-dev-utils/printHostingInstructions.js
Expand Up @@ -70,7 +70,7 @@ function printBaseMessage(buildFolder, hostingLocation) {
}

function printDeployInstructions(publicUrl, hasDeployScript, useYarn) {
console.log(`To publish it at ${chalk.green(publicUrl)}, run:`);
console.log(`To publish it at ${chalk.green(publicUrl)} , run:`);
console.log();

// If script deploy has been added to package.json, skip the instructions
Expand Down

0 comments on commit ff19e0a

Please sign in to comment.