ckan: fix audit error related to component order (#25677)
This commit is contained in:
parent
15e717ba06
commit
5da15f769e
1 changed files with 5 additions and 5 deletions
|
@ -8,11 +8,6 @@ class Ckan < Formula
|
|||
|
||||
depends_on "mono"
|
||||
|
||||
def caveats; <<~EOS
|
||||
To use the CKAN GUI, install the ckan-app cask.
|
||||
EOS
|
||||
end
|
||||
|
||||
def install
|
||||
(libexec/"bin").install "ckan.exe"
|
||||
(bin/"ckan").write <<~EOS
|
||||
|
@ -21,6 +16,11 @@ class Ckan < Formula
|
|||
EOS
|
||||
end
|
||||
|
||||
def caveats; <<~EOS
|
||||
To use the CKAN GUI, install the ckan-app cask.
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
system bin/"ckan", "version"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue