From bc47a01cf54991489172500edbc971fe7735a8a0 Mon Sep 17 00:00:00 2001
From: hwdsl2 <hwdsl2@users.noreply.github.com>
Date: Wed, 8 Oct 2014 14:25:51 -0700
Subject: [PATCH]

---
 vpnsetup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vpnsetup.sh b/vpnsetup.sh
index 38592be..9d100d7 100644
--- a/vpnsetup.sh
+++ b/vpnsetup.sh
@@ -25,7 +25,7 @@
 if [[ "`uname`" == "Darwin" ]]; then
   echo "DO NOT run this script on your Mac! It should only be run on a newly-created EC2 instance"
   echo "or other dedicated server / VPS, after you have modified it to set the three variables below."
-  echo "Please see detailed instructions at the URLs in the comments above."
+  echo "Please see detailed instructions at the URLs in the comments."
   exit 1
 fi