Merge pull request #1551 from dotcloud/hotfix_parallel_pull_display

hot fix display in parallel pull and gofmt
This commit is contained in:
Victor Vieux
2013-08-15 04:43:26 -07:00
2 changed files with 1 additions and 2 deletions

View File

@@ -162,7 +162,6 @@ func (r *Registry) GetRemoteHistory(imgID, registry string, token []string) ([]s
// Check if an image exists in the Registry
func (r *Registry) LookupRemoteImage(imgID, registry string, token []string) bool {
req, err := r.reqFactory.NewRequest("GET", registry+"images/"+imgID+"/json", nil)
if err != nil {
return false