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:
commit
f068d9be76
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue