Skip to content

Commit 0e0eee5

Browse files
Merge branch 'main' into main
2 parents 7ffc0d6 + fac98ca commit 0e0eee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/proxy/processors/push-action/pullRemote.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const exec = async (req, action) => {
1616
}
1717

1818
if (!fs.existsSync(action.proxyGitPath)) {
19-
fs.mkdirSync(action.proxyGitPath, '0777', true);
19+
fs.mkdirSync(action.proxyGitPath, '0755', true);
2020
}
2121

2222
const cmd = `git clone ${action.url} --bare`;

0 commit comments

Comments
 (0)