1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Update error message on tests

This commit is contained in:
joe 2013-12-17 13:12:43 -06:00
parent f829105772
commit d9d8747c94

View file

@ -46,7 +46,7 @@ module Fog
}
response
else
raise Fog::Compute::AWS::Error.new("You cannot specify .")
raise Fog::Compute::AWS::Error.new("You may specify secondaryPrivateIpAddressCount or specific secondary private IP addresses, but not both.")
end
end