Skip to content

Commit

Permalink
Merge pull request #42 from dpaz/issue40
Browse files Browse the repository at this point in the history
avoid return code is non-zero in case of warnings
  • Loading branch information
mcuadros authored Jun 20, 2017
2 parents 6a4eb75 + 8745abf commit ad46ae5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cli/enry/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ func main() {

data, _ := json.MarshalIndent(out, "", " ")
fmt.Printf("%s\n", data)

if errors {
os.Exit(2)
}
}

func usage() {
Expand Down

0 comments on commit ad46ae5

Please sign in to comment.