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

Generated files have an execution permissions on Linux #71

Closed
dmvolod opened this issue Jul 4, 2022 · 0 comments · Fixed by #72
Closed

Generated files have an execution permissions on Linux #71

dmvolod opened this issue Jul 4, 2022 · 0 comments · Fixed by #72

Comments

@dmvolod
Copy link
Contributor

dmvolod commented Jul 4, 2022

When utilizing embedding and file created by gomarkdoc itself, the file will have execution (+x) permissions for user, group and all, i.e.

11:05 $ ls -la
total 36
drwxrwxr-x 2 dvolodin dvolodin 4096 Jul  4 10:34 .
drwxrwxr-x 3 dvolodin dvolodin 4096 Jul  4 10:34 ..
-rw-rw-r-- 1 dvolodin dvolodin 6184 Jul  4 10:34 helm-client.md
-rwxrwxr-x 1 dvolodin dvolodin 3786 Jul  4 10:34 provider-builder.md

generation with:

gomarkdoc ./provider/impl/v1alpha1/ --repository.default-branch $(DEFAULT_BRANCH) -e -o docs/user-guide/provider-builder.md
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 a pull request may close this issue.

1 participant