Skip to content

Commit

Permalink
escape quotes (apostrophes)
Browse files Browse the repository at this point in the history
sorry but this was really bugging me..
  • Loading branch information
moonlightdrive committed Aug 20, 2014
1 parent a5e7e7a commit 24688ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ec2.sh
Expand Up @@ -78,5 +78,5 @@ rm -f ${IMG}
echo You can now start this instance via:
echo ec2-run-instances --region ${REGION} $id
echo ""
echo Dont forget to customise this with a security group, as the
echo default one won't let any inbound traffic in.
echo Don\'t forget to customise this with a security group, as the
echo default one won\'t let any inbound traffic in.

0 comments on commit 24688ef

Please sign in to comment.