File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11class OsctrlCli < Formula
22 desc "Fast and efficient osquery management"
33 homepage "https://osctrl.net"
4- url "https://github.com/jmpsec/osctrl/archive/refs/tags/v0.4.5 .tar.gz"
5- sha256 "3e802fe7d6706b5025ec8c36d1b2f18cafffb6b5168ede3d1271616fe63855c5 "
4+ url "https://github.com/jmpsec/osctrl/archive/refs/tags/v0.4.6 .tar.gz"
5+ sha256 "f38f76e3302f6363aac39918d4a79f7db94e9ab17179bf99ab062e3b49fd73fe "
66 license "MIT"
77 head "https://github.com/jmpsec/osctrl.git" , branch : "main"
88
@@ -26,6 +26,6 @@ def install
2626 assert_match version . to_s , shell_output ( "#{ bin } /osctrl-cli --version" )
2727
2828 output = shell_output ( "#{ bin } /osctrl-cli check-db 2>&1" , 1 )
29- assert_match "Failed to execute - failed to create backend" , output
29+ assert_match "failed to create backend" , output
3030 end
3131end
You can’t perform that action at this time.
0 commit comments