Skip to content

Commit eb7d1cf

Browse files
committed
Fix typo in cloneFromGithubWith2Factor example
1 parent 28a8070 commit eb7d1cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cloneFromGithubWith2Factor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var repoName = "{The name of the repo}";
1515
// Otherwise, github just wont respond, so a normal credential callback
1616
// wont work.
1717
var repoUrl = "https://" + token +
18-
":-oauth-basic@github.com/" +
18+
":x-oauth-basic@github.com/" +
1919
repoOwner + "/" +
2020
repoName + ".git";
2121

0 commit comments

Comments
 (0)