Skip to content

Commit

Permalink
fix: docs deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Apr 22, 2015
1 parent 272d140 commit a0f0f1d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions bin/authorize-push.js
Expand Up @@ -9,8 +9,6 @@ if (!(process.env.CI && GH_TOKEN && repo)) {
process.exit(1)
}

exec(
'git remote set-url origin ' + repo.replace('https://', 'https://' + GH_TOKEN + '@') + ' && '
'git config user.email stephan@thehoodiefirm.com && '
'git config user.name "Hoodie Bot"'
)
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"')

0 comments on commit a0f0f1d

Please sign in to comment.