mirror of
https://github.com/pressly/goose.git
synced 2025-05-30 11:15:56 +00:00
add return here too
This commit is contained in:
parent
b6d48228e9
commit
d7b833d93b
@ -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…
x
Reference in New Issue
Block a user