Skip to content

Commit

Permalink
Merge pull request #127 from pressly/add-fix-return_2
Browse files Browse the repository at this point in the history
add return here too
  • Loading branch information
1vn committed Nov 14, 2018
2 parents b6d4822 + d7b833d commit 9e5cf6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/go-migrations/main.go
Expand Up @@ -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 {
Expand Down

0 comments on commit 9e5cf6b

Please sign in to comment.