From ff19e0a6d22ba070f5b4c3b511edb4e8d4995686 Mon Sep 17 00:00:00 2001 From: Bimochan Shrestha Date: Mon, 25 Feb 2019 04:30:06 +0545 Subject: [PATCH] Fix build deployment instruction link appends comma at end (#6511) --- packages/react-dev-utils/printHostingInstructions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-dev-utils/printHostingInstructions.js b/packages/react-dev-utils/printHostingInstructions.js index 1169ec0349f..39d7de0fe7f 100644 --- a/packages/react-dev-utils/printHostingInstructions.js +++ b/packages/react-dev-utils/printHostingInstructions.js @@ -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