We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea2f1a4 commit 63d9c61Copy full SHA for 63d9c61
pkg/cmd/services.go
@@ -361,7 +361,7 @@ Run the "mobile get services" command from this tool to see which services are a
361
if noWait {
362
return nil
363
}
364
- w, err := sc.scClient.ServicecatalogV1beta1().ServiceInstances(ns).Watch(metav1.ListOptions{LabelSelector: "serviceName=" + validServiceName})
+ w, err := sc.scClient.ServicecatalogV1beta1().ServiceInstances(ns).Watch(metav1.ListOptions{LabelSelector: "serviceName=" + serviceName})
365
if err != nil {
366
return errors.WithStack(err)
367
0 commit comments