grok: fix audit
grok: * `revision` (line 7) should be put before `head` (line 6)
This commit is contained in:
parent
4a695ec960
commit
bf1c9df6eb
1 changed files with 1 additions and 1 deletions
|
@ -3,8 +3,8 @@ class Grok < Formula
|
|||
homepage "https://github.com/jordansissel/grok"
|
||||
url "https://github.com/jordansissel/grok/archive/v0.9.2.tar.gz"
|
||||
sha256 "40edbdba488ff9145832c7adb04b27630ca2617384fbef2af014d0e5a76ef636"
|
||||
head "https://github.com/jordansissel/grok.git"
|
||||
revision 1
|
||||
head "https://github.com/jordansissel/grok.git"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
|
Loading…
Reference in a new issue