Skip to content

Commit

Permalink
build_url problems
Browse files Browse the repository at this point in the history
  • Loading branch information
rambleraptor committed Aug 10, 2018
1 parent c6e20bc commit 0053480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ def properties_by_custom_update(properties)
end

def update_url(resource, url_part)
return resource.self_link_url if url_part.nil?
return build_url(resource.self_link_url) if url_part.nil?
[resource.__product.base_url, url_part].flatten.join
end

Expand Down

0 comments on commit 0053480

Please sign in to comment.