Skip to content

Commit 1bb5ce4

Browse files
committed
Removed actual curse words from example
1 parent 33c7b24 commit 1bb5ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/git_profanity_check.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// vim: ft=javascript
88
var git = require( 'nodegit' );
99

10-
var curses = [ 'fuck', 'shit', 'bitch', 'ass' ]
10+
var curses = [ 'add', 'swears', 'here' ]
1111
, path = './.git'
1212
, branch = 'master'
1313
, wordExp = /\b\w+\b/g;

0 commit comments

Comments
 (0)