Skip to content

Commit

Permalink
Merge pull request #285 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 83d916e + 78eaa40 commit c359909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func Info(repo string, r *http.Request) []byte {
if onlyOneParameterProvided("name", r) {
verified = "true"
}
if len(name) > 0 && token == "" {
if len(name) > 0 && token == "" && owner == "" {
verified = "true"
}
if len(id) > 0 {
Expand Down

0 comments on commit c359909

Please sign in to comment.