Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
updated lint exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
subosito committed Jan 24, 2018
1 parent 017112e commit 27845ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func main() {
return xerrors.Cause(err)
}

io.WriteString(c.App.Writer, err.Error())
return cli.NewExitError(err.Error(), 1)
}

return nil
Expand Down

0 comments on commit 27845ee

Please sign in to comment.