kibana: improve platform exception message.
This commit is contained in:
parent
16e9ddb7f6
commit
e0e4de7876
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class Kibana < Formula
|
|||
if MacOS.prefer_64_bit?
|
||||
platform = "darwin-x64"
|
||||
else
|
||||
raise "Installing Kibana via Homebrew is only supported on Darwin x86_64, Linux i386, Linux i686, and Linux x86_64"
|
||||
raise "Installing Kibana via Homebrew is only supported on macOS x86_64"
|
||||
end
|
||||
platforms.delete(platform)
|
||||
sub = platforms.to_a.join("|")
|
||||
|
|
Loading…
Reference in a new issue