Skip to content

Commit

Permalink
fix yandex
Browse files Browse the repository at this point in the history
  • Loading branch information
shizeeg committed Dec 27, 2014
1 parent c4e12e0 commit 1e57266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/yandex.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func init() {

func main() {
fmt.Println(banner)
if flag.NArg() < 1 || len(flag.Arg(0)) < 5 {
if flag.NArg() < 1 || len(flag.Arg(0)) < 2 {
usage(lang)
return
}
Expand Down

0 comments on commit 1e57266

Please sign in to comment.