Skip to content

Commit 6cc76ba

Browse files
committed
use options.user (options.username is undefined)
1 parent 69617d2 commit 6cc76ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@
410410
var data = {
411411
"message": message,
412412
"author": {
413-
"name": options.username
413+
"name": options.user
414414
},
415415
"parents": [
416416
parent

0 commit comments

Comments
 (0)