Skip to content

Fix incorrect GID retrieval on Linux#18

Open
prjanitor wants to merge 1 commit intocogini:masterfrom
prjanitor:prjanitor/478d80b55803b49dc0c7a2f7edd24c42e5cb64d1
Open

Fix incorrect GID retrieval on Linux#18
prjanitor wants to merge 1 commit intocogini:masterfrom
prjanitor:prjanitor/478d80b55803b49dc0c7a2f7edd24c42e5cb64d1

Conversation

@prjanitor
Copy link
Copy Markdown

In MixDeploy.User.get_gid/1, the implementation for :unix, :linux was incorrectly returning info.uid instead of info.gid. This caused deployments to use the user's UID as their group ID on Linux systems.

This PR fixes the function to return info.gid.


This PR was generated by PRJanitor — an automated tool that finds and fixes small bugs in open-source projects.

We respect your contribution guidelines — if your project doesn't accept bot PRs, we won't send more. You can also add a .github/prjanitor.yml file with enabled: false to opt out explicitly.

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.

1 participant