mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
trying to fix 1.8.7
This commit is contained in:
parent
622199d347
commit
870bf996e8
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ module Fog
|
|||
|
||||
@client = ::Google::APIClient.new(
|
||||
:application_name => "fog",
|
||||
:application_version => Fog::VERSION,
|
||||
:application_version => Fog::VERSION
|
||||
)
|
||||
@client.authorization = Signet::OAuth2::Client.new(
|
||||
:audience => 'https://accounts.google.com/o/oauth2/token',
|
||||
|
|
Loading…
Reference in a new issue