From 96cca2859f780d06de68c79f83c8a69f8aee14e4 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 11 Mar 2012 11:03:27 -0700 Subject: git-gerrit: style nits --- Library/Formula/git-gerrit.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/git-gerrit.rb b/Library/Formula/git-gerrit.rb index 12eb6f7b2..f76f08d11 100644 --- a/Library/Formula/git-gerrit.rb +++ b/Library/Formula/git-gerrit.rb @@ -1,14 +1,13 @@ require 'formula' class GitGerrit < Formula - url 'https://github.com/fbzhong/git-gerrit/tarball/v0.3.0' homepage 'https://github.com/fbzhong/git-gerrit' + url 'https://github.com/fbzhong/git-gerrit/tarball/v0.3.0' md5 '3289ad86d22c3422701361a639d67573' def install prefix.install 'bin' - # install bash completions. - (prefix + 'etc/bash_completion.d').install 'completion/git-gerrit-completion.bash' + (prefix+'etc/bash_completion.d').install 'completion/git-gerrit-completion.bash' end end -- cgit v1.2.3