We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d6feb1 commit 675560cCopy full SHA for 675560c
1 file changed
install.js
@@ -76,7 +76,7 @@ catch (e) {
76
console.error('pre-commit:');
77
}
78
79
-try { fs.chmodSync(precommit, 777); }
+try { fs.chmodSync(precommit, '777'); }
80
catch (e) {
81
82
console.error('pre-commit: chmod 0777 the pre-commit file in your .git/hooks folder because:');
0 commit comments