Skip to content

Commit

Permalink
Merge pull request #287 from subutai-io/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Dilshat authored Mar 5, 2018
2 parents c359909 + 19d3126 commit 8936425
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions download/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ func Info(repo string, r *http.Request) []byte {
if len(subname) != 0 {
name = subname
}

list := db.Search(name)
if len(tag) > 0 {
listByTag, err := db.Tag(tag)
Expand All @@ -162,7 +161,7 @@ func Info(repo string, r *http.Request) []byte {
if err == nil && len(items) > 0 && items[0].ID != "" {
return output
}
return nil
//return nil
}

pstr := strings.Split(page, ",")
Expand Down

0 comments on commit 8936425

Please sign in to comment.