We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39dd45c + dac735e commit fac98caCopy full SHA for fac98ca
src/proxy/processors/push-action/pullRemote.js
@@ -16,7 +16,7 @@ const exec = async (req, action) => {
16
}
17
18
if (!fs.existsSync(action.proxyGitPath)) {
19
- fs.mkdirSync(action.proxyGitPath, '0777', true);
+ fs.mkdirSync(action.proxyGitPath, '0755', true);
20
21
22
const cmd = `git clone ${action.url} --bare`;
0 commit comments