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 files being executable #117

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rastersize
Copy link

The files LICENSE.md and FXBlurView.m were both marked as being executable by anyone 😿 This PR makes them have file mode 644 instead.

Found using the handy find . -type f -perm +111 -print.

@rastersize rastersize changed the title Fix exectuable files Fix files being executable Nov 11, 2015
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