Skip to content

Commit

Permalink
Fixed file permissions (#2877) (#5490)
Browse files Browse the repository at this point in the history
`find . -perm 755 -type f -not -path './.git*' -not -path './build/*' -not -path './.ci/*' -not -path '*.rb' -not -path '*/scripts/*' -not -path './tools/*' -exec chmod 644 {} +`

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Jan 24, 2020
1 parent 33b652d commit f2e0e00
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 3 deletions.
Empty file added .changelog/2877.txt
Empty file.
3 changes: 0 additions & 3 deletions .changelog/2902.txt

This file was deleted.

Empty file modified website/docs/r/app_engine_application.html.markdown
100755 → 100644
Empty file.
Empty file modified website/docs/r/google_project.html.markdown
100755 → 100644
Empty file.

0 comments on commit f2e0e00

Please sign in to comment.