Merge pull request #549 from shreyamalviya/develop

Fix typo in deployment script for linux
This commit is contained in:
VakarisZ 2020-02-13 08:35:20 +02:00 committed by GitHub
commit dcdfd3cce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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