From 017d52cd8fb1c922853f6b99f3ae13ddfbc979e6 Mon Sep 17 00:00:00 2001 From: Brandon Fish Date: Mon, 22 Apr 2019 22:37:12 -0500 Subject: [PATCH] Add comma to message in install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 84f1030d6..40b95cc22 100755 --- a/install.sh +++ b/install.sh @@ -163,7 +163,7 @@ wasmer_link() { printf "$green> Successfully installed $version!\n\n${reset}If you want to have the command available now please execute:\nsource $HOME/.wasmer/wasmer.sh$reset\n" printf "\nOtherwise, wasmer and wapm will be available the next time you open the terminal.\n" - echo "Note: during the alpha release of wapm telemetry is enabled by default; if you would like to opt out, run \`wapm config set telemetry.enabled false\`." + echo "Note: during the alpha release of wapm, telemetry is enabled by default; if you would like to opt out, run \`wapm config set telemetry.enabled false\`." echo "If you notice anything wrong or have any issues, please file a bug at https://github.com/wasmerio/wapm-cli :)" fi }