Skip to content

Commit

Permalink
Updated homebrew formula
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmonty committed Oct 19, 2014
1 parent e1b3460 commit 1893c82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bash-git-prompt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

class BashGitPrompt < Formula
homepage "https://github.com/magicmonty/bash-git-prompt"
url "https://github.com/magicmonty/bash-git-prompt/archive/2.3.tar.gz"
sha1 "a4e692ef33b691724df6ac9582c204d31dbb853a"
url "https://github.com/magicmonty/bash-git-prompt/archive/2.3.1.tar.gz"
sha1 "c973bd8b86ac332d7310d79f0009844340b5999f"
head "https://github.com/magicmonty/bash-git-prompt.git"

def install
Expand All @@ -17,7 +17,7 @@ def install
def caveats; <<-EOS.undent
You should add the following to your .bashrc (or equivalent):
if [ -f "$(brew --prefix)/opt/bash-git-prompt/share/gitprompt.sh" ]; then
GIT_PROMPT_THEME=Default
GIT_PROMPT_THEME=Default
source "$(brew --prefix)/opt/bash-git-prompt/share/gitprompt.sh"
fi
EOS
Expand Down

0 comments on commit 1893c82

Please sign in to comment.