return here

pull/126/head
1vn 2018-11-14 11:57:41 -05:00
parent 82b1074b4c
commit 3c52b107b5
1 changed files with 1 additions and 0 deletions

View File

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