Fix typo in deployment script for linux

This commit is contained in:
Shreya 2020-02-13 01:07:19 +05:30
parent 065bcf2c84
commit 6f745d0e50
1 changed files with 1 additions and 1 deletions

View File

@ -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