mirror of https://github.com/pressly/goose.git
Fix example index out of range error (#368)
parent
4ec294d599
commit
bfd4286c0f
|
@ -20,7 +20,7 @@ func main() {
|
|||
flags.Parse(os.Args[1:])
|
||||
args := flags.Args()
|
||||
|
||||
if len(args) < 2 {
|
||||
if len(args) < 3 {
|
||||
flags.Usage()
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue