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 binary file permissions #42

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

cameronmurphy
Copy link
Contributor

This PR resolves an issue where the binary file permissions were not being set correctly.

0777 results in the desired permissions:
-rwxrwxrwx

7770 results in:
---s-ws-wT

This updates permissions to be
-rwxrwxrwx

Previously
---s-ws-wT
@maelanleborgne
Copy link
Contributor

Good catch, thank you @cameronmurphy !

@maelanleborgne maelanleborgne merged commit 69a7f9b into sensiolabs:main Jun 7, 2024
6 checks passed
@cameronmurphy cameronmurphy deleted the patch-1 branch June 7, 2024 18:36
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.

None yet

2 participants