From 6f745d0e50f5527e19d0962af2756f4e02c68635 Mon Sep 17 00:00:00 2001 From: Shreya Date: Thu, 13 Feb 2020 01:07:19 +0530 Subject: [PATCH] Fix typo in deployment script for linux --- deployment_scripts/deploy_linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment_scripts/deploy_linux.sh b/deployment_scripts/deploy_linux.sh index 834d811a7..67eeaa957 100755 --- a/deployment_scripts/deploy_linux.sh +++ b/deployment_scripts/deploy_linux.sh @@ -46,7 +46,7 @@ if ! exists git; then fi if ! exists wget; then - echo 'Your system does have wget, please install and re-run this script' + echo 'Your system does not have wget, please install and re-run this script' exit 1 fi