aws-okta 0.19.3

Closes #31497.

Signed-off-by: Jan Viljanen <527069+javian@users.noreply.github.com>
This commit is contained in:
Jose Luis Salas 2018-08-26 17:34:38 +02:00 committed by Jan Viljanen
parent 5c864fa8d5
commit 3408c959e3

View file

@ -1,8 +1,8 @@
class AwsOkta < Formula
desc "Authenticate with AWS using your Okta credentials"
homepage "https://github.com/segmentio/aws-okta"
url "https://github.com/segmentio/aws-okta/archive/v0.19.0.tar.gz"
sha256 "fc2c25fbbc95a2baf9d72504821a7ecf5e1d5561572cceda1c0656c90b8df46a"
url "https://github.com/segmentio/aws-okta/archive/v0.19.3.tar.gz"
sha256 "390d79982c79d8b2d9a4cc70d7a8346b73065bd54d493838dc3762afbfe3104b"
bottle do
cellar :any_skip_relocation
@ -37,7 +37,7 @@ class AwsOkta < Formula
output.puts "\n"
input.gets
input.gets
assert_match "Added credentials for user username", input.gets.chomp
assert_match "Failed to validate credentials", input.gets.chomp
input.close
end
end