Skip to content

Commit

Permalink
Merge pull request #500 from smythey21/generate-ssl-certs-typo-fix
Browse files Browse the repository at this point in the history
Fixing typo in scripts/generate-ssl-certs.sh
  • Loading branch information
lirantal committed Mar 29, 2015
2 parents d4ce4ff + 8f97155 commit 9f9f450
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 9f9f450

Please sign in to comment.