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 e14ee57 + b8d1736 commit a3f3391Copy full SHA for a3f3391
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