diff --git a/bin/authorize-push.js b/bin/authorize-push.js index c313668..7eae151 100755 --- a/bin/authorize-push.js +++ b/bin/authorize-push.js @@ -9,6 +9,6 @@ if (!(process.env.CI && GH_TOKEN && repo)) { process.exit(1) } -exec('git remote set-url origin ' + repo.replace('https://', 'https://' + GH_TOKEN + '@') + ' && ') -exec('git config user.email stephan@thehoodiefirm.com && ') +exec('git remote set-url origin ' + repo.replace('https://', 'https://' + GH_TOKEN + '@')) +exec('git config user.email stephan@thehoodiefirm.com') exec('git config user.name "Hoodie Bot"')