Merge pull request #2762 from chrissnell/TypoFix

Fix a typo in error message that could cause problems for cut-n-pasters
This commit is contained in:
Wesley Beary 2014-03-14 16:33:10 -05:00
commit 2821afa750
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ module Fog
if v2_authentication? if v2_authentication?
:authenticate_v2 :authenticate_v2
else else
Fog::Logger.deprecation "Authentication using a v1.0/v1.1 endpoint is deprecated. Please specify a v2.0 endpoint using :rackpace_auth_url.\ Fog::Logger.deprecation "Authentication using a v1.0/v1.1 endpoint is deprecated. Please specify a v2.0 endpoint using :rackspace_auth_url.\
For a list of v2.0 endpoints refer to http://docs.rackspace.com/auth/api/v2.0/auth-client-devguide/content/Endpoints-d1e180.html" For a list of v2.0 endpoints refer to http://docs.rackspace.com/auth/api/v2.0/auth-client-devguide/content/Endpoints-d1e180.html"
:authenticate_v1 :authenticate_v1
end end