Skip to content

Commit c48ff93

Browse files
committed
Update github.js
1 parent a500fc6 commit c48ff93

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
@@ -16,7 +16,7 @@
1616
function _request(method, path, data, cb) {
1717
function headers() {
1818
return options.auth == 'oauth'
19-
? { Authorization: 'Token '+ options.token }
19+
? { Authorization: 'Token '+ options.token }
2020
: { Authorization : 'Basic ' + Base64.encode(options.username + ':' + options.password) }
2121
}
2222

0 commit comments

Comments
 (0)