We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should wrap in https://github.com/asteris-llc/converge/blob/feature/preparers/resource/shell/preparer.go#L62-L87, right now it just returns something like "exit status 2" for invalid syntax.
Something like errors.Wrap("invalid syntax", err) ought to do it.
errors.Wrap("invalid syntax", err)
The text was updated successfully, but these errors were encountered:
PR: #121
Sorry, something went wrong.
Return better error information for Shell module failures
04a40e7
Fixes Issue #113 The `shell` module will now report (slightly) more detailed error messages when failures occur during a validation check.
8a118b8
rebeccaskinner
No branches or pull requests
Should wrap in https://github.com/asteris-llc/converge/blob/feature/preparers/resource/shell/preparer.go#L62-L87, right now it just returns something like "exit status 2" for invalid syntax.
Something like
errors.Wrap("invalid syntax", err)
ought to do it.The text was updated successfully, but these errors were encountered: