Merge pull request #224 from lavalamp/fix

Fix duplicated path.
pull/6/head
Daniel Smith 2014-06-24 11:53:39 -07:00
commit 3813cfd1f5
1 changed files with 0 additions and 1 deletions

View File

@ -149,7 +149,6 @@ func executeAPIRequest(method string, auth *kube_client.AuthInfo) bool {
s := kube_client.New(*httpServer, auth)
r := s.Verb(verb).
Path("api/v1beta1").
Path(parseStorage()).
ParseSelector(*selector)
if method == "create" || method == "update" {