aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/bin
diff options
context:
space:
mode:
authorGravatar Tim Emiola <temiola@google.com>2015-03-17 19:15:33 -0700
committerGravatar Tim Emiola <temiola@google.com>2015-03-17 19:15:33 -0700
commitd5c733e824a2fa3da7213c7b53dc73ec06b6f655 (patch)
tree29336cea5b77b88f320728c47a1106f343bf72ec /src/ruby/bin
parent09eaec027ab4b3d97cb239820af98fe0c460f287 (diff)
Fixes reference to variable in the auth package
Diffstat (limited to 'src/ruby/bin')
-rwxr-xr-xsrc/ruby/bin/interop/interop_client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ruby/bin/interop/interop_client.rb b/src/ruby/bin/interop/interop_client.rb
index b0b24b949f..b2a8711c79 100755
--- a/src/ruby/bin/interop/interop_client.rb
+++ b/src/ruby/bin/interop/interop_client.rb
@@ -57,7 +57,7 @@ require 'test/cpp/interop/empty'
require 'signet/ssl_config'
-AUTH_ENV = Google::Auth::ServiceAccountCredentials::ENV_VAR
+AUTH_ENV = Google::Auth::CredentialsLoader::ENV_VAR
# loads the certificates used to access the test server securely.
def load_test_certs