Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

unset executable bit #6

Open
milahu opened this issue Dec 23, 2022 · 0 comments
Open

unset executable bit #6

milahu opened this issue Dec 23, 2022 · 0 comments

Comments

@milahu
Copy link

milahu commented Dec 23, 2022

some files have executable bit

README.md
package.json
src/manifest-type.ts
src/manifest.ts

fix

find . -type f | xargs chmod -x
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant