diff --git a/lib/fog/google/compute.rb b/lib/fog/google/compute.rb index fe40c1c18..6c6e5f65a 100644 --- a/lib/fog/google/compute.rb +++ b/lib/fog/google/compute.rb @@ -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',