Merge pull request #2215 from nathanleclaire/newline_nit

Remove newline
This commit is contained in:
Olivier Gambier 2015-11-06 20:22:58 -08:00
commit 3577ccda54
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ func (b *B2dUtils) GetLatestBoot2DockerReleaseURL(apiURL string) (string, error)
}
tag := t[0].TagName
log.Infof("Latest release for %s/%s/%s is %s\n", host, org, repo, tag)
log.Infof("Latest release for %s/%s/%s is %s", host, org, repo, tag)
isoURL = fmt.Sprintf("%s://%s/%s/%s/releases/download/%s/boot2docker.iso", scheme, host, org, repo, tag)
} else {
//does not match a github releases api url