Skip to content

Commit

Permalink
fix command "where" can find one path
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoh86 committed Feb 11, 2019
1 parent 4e63ab5 commit dab74a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/where.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func Where(ctx gogh.Context, primary bool, query string) error {
return err
}

if count > 0 {
if count > 1 {
log.Println("error: Multiple repositories are found")
}

Expand Down

0 comments on commit dab74a2

Please sign in to comment.