Skip to content

Commit 63d9c61

Browse files
committed
fix label selector
1 parent ea2f1a4 commit 63d9c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/services.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ Run the "mobile get services" command from this tool to see which services are a
361361
if noWait {
362362
return nil
363363
}
364-
w, err := sc.scClient.ServicecatalogV1beta1().ServiceInstances(ns).Watch(metav1.ListOptions{LabelSelector: "serviceName=" + validServiceName})
364+
w, err := sc.scClient.ServicecatalogV1beta1().ServiceInstances(ns).Watch(metav1.ListOptions{LabelSelector: "serviceName=" + serviceName})
365365
if err != nil {
366366
return errors.WithStack(err)
367367
}

0 commit comments

Comments
 (0)