fix: remove executable flag from non-executables

This commit is contained in:
Sebastian Krebs 2023-04-27 01:56:44 +00:00 committed by Jay McCure
parent 9385fcb143
commit 8057b90615
74 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ func genWebDocs(glabCli *cobra.Command, path string) error {
return err
}
err = config.WriteFile(path+cmd.Name()+"/"+cmdC.Name()+"/index.md", out.Bytes(), 0o755)
err = config.WriteFile(path+cmd.Name()+"/"+cmdC.Name()+"/index.md", out.Bytes(), 0o644)
if err != nil {
return err
}
@ -119,7 +119,7 @@ func genWebDocs(glabCli *cobra.Command, path string) error {
}
}
err = config.WriteFile(path+cmd.Name()+"/index.md", out.Bytes(), 0o755)
err = config.WriteFile(path+cmd.Name()+"/index.md", out.Bytes(), 0o644)
if err != nil {
return err
}

0
docs/source/alias/index.md Executable file → Normal file
View File

0
docs/source/api/index.md Executable file → Normal file
View File

0
docs/source/auth/index.md Executable file → Normal file
View File

0
docs/source/check-update/index.md Executable file → Normal file
View File

0
docs/source/ci/ci/index.md Executable file → Normal file
View File

0
docs/source/ci/index.md Executable file → Normal file
View File

0
docs/source/completion/index.md Executable file → Normal file
View File

0
docs/source/config/index.md Executable file → Normal file
View File

0
docs/source/incident/index.md Executable file → Normal file
View File

0
docs/source/issue/board/index.md Executable file → Normal file
View File

0
docs/source/issue/index.md Executable file → Normal file
View File

0
docs/source/label/index.md Executable file → Normal file
View File

0
docs/source/mr/index.md Executable file → Normal file
View File

0
docs/source/release/index.md Executable file → Normal file
View File

0
docs/source/repo/index.md Executable file → Normal file
View File

0
docs/source/schedule/index.md Executable file → Normal file
View File

0
docs/source/snippet/index.md Executable file → Normal file
View File

0
docs/source/ssh-key/index.md Executable file → Normal file
View File

0
docs/source/user/index.md Executable file → Normal file
View File

0
docs/source/variable/index.md Executable file → Normal file
View File

0
docs/source/version/index.md Executable file → Normal file
View File

0
test/testdata/test.git/COMMIT_EDITMSG vendored Executable file → Normal file
View File

0
test/testdata/test.git/FETCH_HEAD vendored Executable file → Normal file
View File

0
test/testdata/test.git/HEAD vendored Executable file → Normal file
View File

0
test/testdata/test.git/ORIG_HEAD vendored Executable file → Normal file
View File

0
test/testdata/test.git/config vendored Executable file → Normal file
View File

0
test/testdata/test.git/description vendored Executable file → Normal file
View File

0
test/testdata/test.git/index vendored Executable file → Normal file
View File

0
test/testdata/test.git/info/exclude vendored Executable file → Normal file
View File

0
test/testdata/test.git/logs/HEAD vendored Executable file → Normal file
View File

0
test/testdata/test.git/logs/refs/heads/master vendored Executable file → Normal file
View File

0
test/testdata/test.git/logs/refs/heads/mr-autofill-test-br vendored Executable file → Normal file
View File

0
test/testdata/test.git/logs/refs/heads/test-cli vendored Executable file → Normal file
View File

View File

0
test/testdata/test.git/logs/refs/remotes/origin/HEAD vendored Executable file → Normal file
View File

0
test/testdata/test.git/logs/refs/remotes/origin/fixed-branch vendored Executable file → Normal file
View File

0
test/testdata/test.git/logs/refs/remotes/origin/ft-pager vendored Executable file → Normal file
View File

0
test/testdata/test.git/logs/refs/remotes/origin/master vendored Executable file → Normal file
View File

0
test/testdata/test.git/logs/refs/remotes/origin/mr-autofill-test-br vendored Executable file → Normal file
View File

0
test/testdata/test.git/logs/refs/remotes/origin/test-br vendored Executable file → Normal file
View File

0
test/testdata/test.git/logs/refs/remotes/origin/test-ci vendored Executable file → Normal file
View File

0
test/testdata/test.git/logs/refs/remotes/origin/test-cli vendored Executable file → Normal file
View File

0
test/testdata/test.git/logs/refs/remotes/origin/trunk vendored Executable file → Normal file
View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

0
test/testdata/test.git/packed-refs vendored Executable file → Normal file
View File

0
test/testdata/test.git/refs/heads/master vendored Executable file → Normal file
View File

0
test/testdata/test.git/refs/heads/mr-autofill-test-br vendored Executable file → Normal file
View File

0
test/testdata/test.git/refs/heads/test-cli vendored Executable file → Normal file
View File

0
test/testdata/test.git/refs/remotes/origin/1-ci-failure-occured vendored Executable file → Normal file
View File

0
test/testdata/test.git/refs/remotes/origin/HEAD vendored Executable file → Normal file
View File

0
test/testdata/test.git/refs/remotes/origin/fixed-branch vendored Executable file → Normal file
View File

0
test/testdata/test.git/refs/remotes/origin/ft-pager vendored Executable file → Normal file
View File

0
test/testdata/test.git/refs/remotes/origin/master vendored Executable file → Normal file
View File

0
test/testdata/test.git/refs/remotes/origin/mr-autofill-test-br vendored Executable file → Normal file
View File

0
test/testdata/test.git/refs/remotes/origin/test-br vendored Executable file → Normal file
View File

0
test/testdata/test.git/refs/remotes/origin/test-ci vendored Executable file → Normal file
View File

0
test/testdata/test.git/refs/remotes/origin/test-cli vendored Executable file → Normal file
View File

0
test/testdata/test.git/refs/remotes/origin/trunk vendored Executable file → Normal file
View File

0
test/testdata/test.git/refs/tags/v0.0.1-beta vendored Executable file → Normal file
View File