Skip to content

Commit 0c721cb

Browse files
committed
remove whitespace
1 parent a60b337 commit 0c721cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/minikube/cmd/start.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@ func validateImageRepository(imageRepo string) (validImageRepo string) {
13001300
if URL.Scheme != "" {
13011301
out.Infof("The --image-repository flag your provided contains Scheme: {{.scheme}}, which will be removed automatically", out.V{"scheme": URL.Scheme})
13021302
}
1303-
1303+
13041304
validImageRepo = URL.Hostname() + imageRepoPort + strings.TrimSuffix(URL.Path, "/")
13051305

13061306
return validImageRepo

0 commit comments

Comments
 (0)