summary history branches tags files
commit:cfc72fcc09f7e68edcca3b10ce11bc26f7fff2fb
author:Trevor Bentley
committer:Trevor Bentley
date:Sun Apr 23 00:12:33 2017 +0200
parents:1f531b37433c52448a8e4becc2cea9a852ac829e
Fix incorrect redirect URL in clientid_prompt.sh
diff --git a/clientid_prompt.sh b/clientid_prompt.sh
line changes: +2/-2
index 1ecf3cd..24c074e
--- a/clientid_prompt.sh
+++ b/clientid_prompt.sh
@@ -27,7 +27,7 @@ echo "To use Connectr you must configure a Spotify web application."
 echo "You must have a Spotify Premium account to create and use one."
 echo ""
 echo "Create an application at https://developer.spotify.com/my-applications/"
-echo "Add this Redirect URI: http://localhost:5432"
+echo "Add this Redirect URI: http://127.0.0.1:5432"
 echo ""
 echo "Fill in the values from your Spotify application page below."
 while [ 1 ]; do
@@ -61,6 +61,6 @@ EOF
 echo ""
 echo "Wrote: $DST"
 echo "Connectr is all configured!"
-echo "IMPORTANT: Make sure you added 'http://localhost:5432' as a Redirect URI for your app!"
+echo "IMPORTANT: Make sure you added 'http://127.0.0.1:5432' as a Redirect URI for your app!"
 echo ""
 echo ""