ckan: fix audit error related to component order (#25677)

This commit is contained in:
007SK 2018-03-23 22:30:30 +05:30 committed by ilovezfs
parent 15e717ba06
commit 5da15f769e

View file

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