X Tutup
Skip to content

Commit 3bd457d

Browse files
committed
Update cloneFromGithubWith2Factor.js
Removed duplicate variable declaration
1 parent dc5667b commit 3bd457d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/cloneFromGithubWith2Factor.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ var repoUrl = "https://" + token +
1919
repoOwner + "/" +
2020
repoName + ".git";
2121

22-
var opts = { ignoreCertErrors: 1};
23-
2422
// If the repo is public, you can use a callback instead
2523
var repoUrl = "https://github.com/" + repoOwner + "/" + repoName + ".git";
2624

0 commit comments

Comments
 (0)
X Tutup