We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3ae249 + 57f73f9 commit 347a00eCopy full SHA for 347a00e
1 file changed
lib/cli.js
@@ -71,10 +71,10 @@ var repoUpdated = false;
71
72
if(config.repo) {
73
74
- config.repo = config.repo.replace(/@(.+)$/, function(all, ref) {
75
- repoRef = ref;
76
- return '';
77
- });
+ //config.repo = config.repo.replace(/@(.+)$/, function(all, ref) {
+ // repoRef = ref;
+ // return '';
+ //});
78
79
exec("git --version", function(nogit, out) {
80
if(nogit)
0 commit comments