Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix uninitialized constant in DefaultCredentials #59

Merged
merged 1 commit into from
Jan 8, 2016

Conversation

mikem836
Copy link
Contributor

@mikem836 mikem836 commented Jan 8, 2016

In DefaultCredentials.read_creds, when the environment variable referenced by CredentialsLoader::ACCOUNT_TYPE_VAR is not set, the resulting error message used the unqualified constant ACCOUNT_TYPE_VAR. That was giving an uninitialized constant error.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 8, 2016
tbetbetbe added a commit that referenced this pull request Jan 8, 2016
Fix uninitialized constant in DefaultCredentials
@tbetbetbe tbetbetbe merged commit 2b63b59 into googleapis:master Jan 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants