diff --git a/Library/Homebrew/bintray.rb b/Library/Homebrew/bintray.rb index 26b9583184..bb76749a2f 100644 --- a/Library/Homebrew/bintray.rb +++ b/Library/Homebrew/bintray.rb @@ -37,8 +37,8 @@ class Bintray end curl(*args, url, - show_output: verbose?, - secrets: key) + print_stdout: false, + secrets: key) end def upload(local_file, repo:, package:, version:, remote_file:, sha256: nil)