Skip to content

Commit

Permalink
fix(prompt): use master of posh-git-sh
Browse files Browse the repository at this point in the history
Workaround for lyze/posh-git-sh#15 is no longer necessary. Removing.

#5
  • Loading branch information
Deavon McCaffery committed Aug 19, 2016
1 parent 3dcdfef commit 1362289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1362289

Please sign in to comment.