Skip to content

Commit 347a00e

Browse files
committed
Merge pull request #1 from PhearZero/remove_repo_replace
Commenting out the replace for git@ addresses to allow for key based …
2 parents a3ae249 + 57f73f9 commit 347a00e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/cli.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ var repoUpdated = false;
7171

7272
if(config.repo) {
7373

74-
config.repo = config.repo.replace(/@(.+)$/, function(all, ref) {
75-
repoRef = ref;
76-
return '';
77-
});
74+
//config.repo = config.repo.replace(/@(.+)$/, function(all, ref) {
75+
// repoRef = ref;
76+
// return '';
77+
//});
7878

7979
exec("git --version", function(nogit, out) {
8080
if(nogit)

0 commit comments

Comments
 (0)