install: Fix link to git prompt script

GitHub changed the domain for raw data, causing the old link to fail.
master
nirenjan 2015-01-16 18:53:30 -08:00
parent 745e6b6b46
commit 45542e702b
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ if [[ ! -e ~/.git_prompt.sh ]]
then
echo "Installing Git prompt functionality..."
curl -Sso ~/.git_prompt.sh \
https://raw.github.com/git/git/master/contrib/completion/git-prompt.sh
https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh
fi
#######################################################################