Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kubernetes/minikube
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8a88e86654c9ccdc5afa57005e34ed8e3e25d4ea
Choose a base ref
..
head repository: kubernetes/minikube
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 994d093766c018f0f501d04cf2d85d9c49966cf7
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 pkg/minikube/service/service.go
2 changes: 1 addition & 1 deletion pkg/minikube/service/service.go
Original file line number Diff line number Diff line change
@@ -264,7 +264,7 @@ func PrintServiceList(writer io.Writer, data [][]string) {
table.Render()
}

// WaitForService waits for a service, and opens it when running
// WaitForService waits for a service, and return the urls when available
func WaitForService(api libmachine.API, namespace string, service string, urlTemplate *template.Template, urlMode bool, https bool,
wait int, interval int) ([]string, error) {