Fix duplicated path.

This commit is contained in:
Daniel Smith 2014-06-24 11:51:14 -07:00
parent b94ceffbed
commit 07a431f713

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" {