Skip to content
New issue

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

cmd/build: tweak and replace check/fail #774

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

mvo5
Copy link
Contributor

@mvo5 mvo5 commented Jul 2, 2024

Use the more idomiatic if err != nil { return err } instead of the custom check/fail helper. This is first step to making this a standalone binary that can potentially be run inside a container.

Use the more idomiatic `if err != nil { return err }` instead
of the custom `check/fail` helper. This is first step to making
this a standalone binary that can potentially be run inside a
container.
@mvo5 mvo5 requested a review from achilleas-k July 3, 2024 14:18
Copy link
Member

@achilleas-k achilleas-k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ty!

@achilleas-k achilleas-k added this pull request to the merge queue Jul 3, 2024
Merged via the queue into osbuild:main with commit 614b0c2 Jul 3, 2024
16 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants