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.
1 parent 3109af8 commit 586d25bCopy full SHA for 586d25b
1 file changed
example/apps/git_profanity_check.js
@@ -8,7 +8,7 @@
8
var git = require('../../');
9
10
var curses = ['add', 'swears', 'here'],
11
- path = './.git',
+ path = '../../.git',
12
branchName = 'master',
13
reCurse = new RegExp('\\b(?:' + curses.join('|') + ')\\b', 'gi');
14
0 commit comments