aws-keychain: use shell_output instead of system
This commit is contained in:
parent
75214901cc
commit
73c3876d0f
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,6 @@ class AwsKeychain < Formula
|
|||
# aws-keychain is a simple shell script wrapper around built-in
|
||||
# keychain utilities. It is not possible to create a new
|
||||
# keychain without triggering a keychain prompt.
|
||||
system "aws-keychain --help || true"
|
||||
shell_output("aws-keychain --help", 1)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue