From 1362289831991311296ca852d1ff22f9f9ec8ec7 Mon Sep 17 00:00:00 2001 From: Deavon McCaffery Date: Thu, 14 Jul 2016 08:29:48 -0700 Subject: [PATCH] fix(prompt): use master of posh-git-sh Workaround for lyze/posh-git-sh#15 is no longer necessary. Removing. #5 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d2ce025..14ea4ef 100755 --- a/install.sh +++ b/install.sh @@ -82,7 +82,7 @@ fi gitpromptname=git-prompt.sh gitcompletename=git-flow-completion.bash gitprompt=$LOCAL_PREFIX/etc/bash_completion.d -gitprompturi=https://raw.githubusercontent.com/lyze/posh-git-sh/3526027049ea07f6c21ab020d1cf6c0cea9895e0/$gitpromptname +gitprompturi=https://raw.githubusercontent.com/lyze/posh-git-sh/master/$gitpromptname gitcompleteuri=https://raw.githubusercontent.com/petervanderdoes/git-flow-completion/develop/$gitcompletename if test -f "$gitprompt/$gitcompletename"; then