commit | 2491b4cda0f3eca813d3a959526cd8678240363b | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Thu Feb 12 16:13:39 2015 -0500 |
committer | Ash Wilson <smashwilson@gmail.com> | Fri Feb 13 09:09:46 2015 -0500 |
tree | ec865d53db7a045cae085154b788ef2323a49bdd | |
parent | 4bf41a37c959caa2aa450e11b8df1493b5919379 [diff] [blame] |
Manual follow-on tweaks to get the build green again.
diff --git a/rackspace/client.go b/rackspace/client.go index 439d846..039f446 100644 --- a/rackspace/client.go +++ b/rackspace/client.go
@@ -59,7 +59,7 @@ &utils.Version{ID: v20, Priority: 20, Suffix: "/v2.0/"}, } - chosen, endpoint, err := utils.ChooseVersion(client.IdentityBase, client.IdentityEndpoint, versions) + chosen, endpoint, err := utils.ChooseVersion(client, versions) if err != nil { return err }