Fixing typo in scripts/generate-ssl-certs.sh

This commit is contained in:
smythey21
2015-03-28 23:33:31 -04:00
parent d4ce4ff66c
commit 8f971555bb

View File

@@ -4,7 +4,7 @@ if [ ! -e server.js ]
then
echo "Error: could not find main application server.js file"
echo "You should run the generate-ssl-certs.sh script from the main MEAN application root directory"
echo "i.e: bash scripts/generate-ssl-cers.sh"
echo "i.e: bash scripts/generate-ssl-certs.sh"
exit -1
fi