create-repository
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -57,7 +57,7 @@ #!/usr/bin/env node | ||
console.log('Repository created https://github.com/'+auth.name+'/'+argv.name); | ||
console.log('Repository created https://github.com/'+auth.user+'/'+argv.name); | ||
if (stdout.indexOf('origin') > -1) return; | ||
exec('git remote add origin git@github.com:'+auth.name+'/'+argv.name+'.git', function(err, stdout, stderr) { | ||
exec('git remote add origin git@github.com:'+auth.user+'/'+argv.name+'.git', function(err, stdout, stderr) { | ||
if (err) throw err; | ||
@@ -64,0 +64,0 @@ |
{ | ||
"name": "create-repository", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "WIP", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package