git-gerrit: style nits

master
Adam Vandenberg 2012-03-11 11:03:27 -07:00
parent 4bd9545da3
commit 89b28609cc
1 changed files with 2 additions and 3 deletions

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