Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Fixing typo in scripts/generate-ssl-certs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
smythey21 committed Mar 29, 2015
1 parent d4ce4ff commit 8f97155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-ssl-certs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8f97155

Please sign in to comment.