git-gerrit: style nits

This commit is contained in:
Adam Vandenberg 2012-03-11 11:03:27 -07:00
parent 4bd9545da3
commit 89b28609cc

View file

@ -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