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

Fix typo in types.Resource Pid field #404

Merged
merged 1 commit into from
May 26, 2023
Merged

Conversation

aaraney
Copy link
Contributor

@aaraney aaraney commented May 16, 2023

This is pretty small and isolated, but unfortunately still a breaking change :(. For better or worse, this change doesn't appear to break any compose-go source or tests. If there are any existing or new tests that you'd like me to add to include in this, please let me know and i'm happy to add them!

fixes #400.

@aaraney aaraney requested a review from ndeloof as a code owner May 16, 2023 02:06
@ndeloof
Copy link
Collaborator

ndeloof commented May 16, 2023

you need to sign off your commit to conform to contributor rules on this repo
please run git commit --amend --signoff then force-push your branch

@aaraney
Copy link
Contributor Author

aaraney commented May 16, 2023

@ndeloof, sorry about that. It's been signed now.

@ndeloof ndeloof requested review from glours and milas May 26, 2023 13:54
Copy link
Member

@milas milas left a comment

Choose a reason for hiding this comment

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

LGTM, I just checked Moby code and it uses Pids spelling (vs PIDs), so this is consistent as well

(this typo has annoyed me for ages)

@ndeloof ndeloof merged commit 951cb1d into compose-spec:master May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Potential typo in types.Resource Pids field name
3 participants