From 45542e702b9b00558eedac5a5444bd79a5a4a95b Mon Sep 17 00:00:00 2001 From: nirenjan Date: Fri, 16 Jan 2015 18:53:30 -0800 Subject: [PATCH] install: Fix link to git prompt script GitHub changed the domain for raw data, causing the old link to fail. --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index d1fcfc3..5186a4e 100755 --- a/install +++ b/install @@ -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 #######################################################################