From 845470c5095e3a08eec8ae2376fdb2e25a80eca9 Mon Sep 17 00:00:00 2001 From: Shusen Liu Date: Wed, 13 Nov 2019 14:16:51 +1300 Subject: [PATCH] Update deploy_proxy.sh --- learn-edge/scripts/deploy_proxy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learn-edge/scripts/deploy_proxy.sh b/learn-edge/scripts/deploy_proxy.sh index 0718b0a9..f7b0b9b3 100644 --- a/learn-edge/scripts/deploy_proxy.sh +++ b/learn-edge/scripts/deploy_proxy.sh @@ -7,6 +7,6 @@ function deploy_proxy { printf "\nIf the deployment is successful, then your API Proxy is ready to be invoked.\n" printf "\nRun 'invoke.sh'\n" else - printf "\n\n****Exiting: You must install apigeetool: npm -install apigeetool -g\n\n" + printf "\n\n****Exiting: You must install apigeetool: npm install apigeetool -g\n\n" fi }