mirror of https://github.com/pressly/goose.git
add return here too
parent
b6d48228e9
commit
d7b833d93b
examples/go-migrations
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue