add return here too

pull/127/head
1vn 2018-11-14 12:20:06 -05:00
parent b6d48228e9
commit d7b833d93b
1 changed files with 1 additions and 0 deletions
examples/go-migrations

View File

@ -40,6 +40,7 @@ func main() {
if err := goose.Run("fix", nil, *dir); err != nil {
log.Fatalf("goose run: %v", err)
}
return
}
if len(args) < 3 {