commit | a93ac3fcafc109fbc85fed590973f9c5e704884f | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Wed Oct 22 14:33:25 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Wed Oct 22 14:33:25 2014 -0400 |
tree | ffbf769eea0c1f7c56a8737d2cd8b2114e128424 | |
parent | c7e088d2abcf169a377cb3dc1674f22261ce5212 [diff] |
This fixes the build :point_up:
diff --git a/rackspace/client.go b/rackspace/client.go index 6488829..86a78a1 100644 --- a/rackspace/client.go +++ b/rackspace/client.go
@@ -123,8 +123,8 @@ } return &gophercloud.ServiceClient{ - Provider: client, - Endpoint: url, + ProviderClient: client, + Endpoint: url, }, nil }