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

Merge pull request #1166 from sairam/patch-1

allow port to be included in queue_url
This commit is contained in:
Wesley Beary 2012-09-24 08:53:17 -07:00
commit f068d9be76

View file

@ -107,7 +107,7 @@ module Fog
end
def path_from_queue_url(queue_url)
queue_url.split('.com', 2).last
queue_url.split('.com', 2).last.sub(/^:[0-9]+/, '')
end
def request(params)