-
- Downloads
pre-commit-style: Fix exit code on failure
The return code from 'die' was absorbed inside a subshell on the right-hand side of a pipeline. Propagate it out to the main script.
Please register or sign in to comment
The return code from 'die' was absorbed inside a subshell on the right-hand side of a pipeline. Propagate it out to the main script.