remove // TODO path.Join here?

This commit is contained in:
tanjunchen 2020-03-09 14:01:47 +08:00
parent 6fdea3dabf
commit b6fd377af8
1 changed files with 1 additions and 2 deletions

View File

@ -176,8 +176,7 @@ func Image(component string, architecture string, clusterSpec *kops.ClusterSpec,
baseURL := clusterSpec.KubernetesVersion
baseURL = strings.TrimSuffix(baseURL, "/")
// TODO path.Join here?
tagURL := baseURL + "/bin/linux/" + architecture + "/" + component + ".docker_tag"
klog.V(2).Infof("Downloading docker tag for %s from: %s", component, tagURL)