diff options
| author | Jesse Wolfe <jes5199@gmail.com> | 2010-11-02 11:15:30 -0700 |
|---|---|---|
| committer | Jesse Wolfe <jes5199@gmail.com> | 2010-11-02 11:15:30 -0700 |
| commit | 4d3c41ee5316285bb0df38aeeb76746016803c16 (patch) | |
| tree | 2ca24f5af952c5ef5456ec85ad4fe9e5acf14ac3 /lib/puppet/network/http/api | |
| parent | a82f4d23fe5a025b8a9e893d29933f092973f014 (diff) | |
| parent | cfe202539018b27c35ff833152f237bc30569a5f (diff) | |
Merge branch 'maint/next/remove-request-object-from-rest-api' into next
Diffstat (limited to 'lib/puppet/network/http/api')
| -rw-r--r-- | lib/puppet/network/http/api/v1.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/network/http/api/v1.rb b/lib/puppet/network/http/api/v1.rb index 2a4736365..abbb2dfa9 100644 --- a/lib/puppet/network/http/api/v1.rb +++ b/lib/puppet/network/http/api/v1.rb @@ -30,7 +30,7 @@ module Puppet::Network::HTTP::API::V1 key = URI.unescape(key) - Puppet::Indirector::Request.new(indirection, method, key, params) + [indirection, method, key, params] end def indirection2uri(request) |
