git-gerrit: style nits
This commit is contained in:
parent
4bd9545da3
commit
89b28609cc
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue