Skip to content

Commit

Permalink
Update pkg/skaffold/gcp/auth.go
Browse files Browse the repository at this point in the history
Co-Authored-By: Balint Pato <balopat@users.noreply.github.com>
  • Loading branch information
nkubala and balopat authored Aug 28, 2019
1 parent 8404ff2 commit b67e61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/skaffold/gcp/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func activeUserCredentials() (*google.Credentials, error) {
}
_, err = c.TokenSource.Token()
if err != nil {
logrus.Infof("unable to retrieve token: %s", err.Error())
logrus.Infof("unable to retrieve token: %s", err)
logrus.Infof("falling back to application default credentials")
return
}
Expand Down

0 comments on commit b67e61b

Please sign in to comment.