Skip to content

Commit

Permalink
Align git username
Browse files Browse the repository at this point in the history
The original PR is always created via the user: greenkeeperio-bot
  • Loading branch information
sdepold authored and Realtin committed Jan 19, 2018
1 parent dcdbb5c commit b290b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/update-lockfile.js
Expand Up @@ -59,7 +59,7 @@ module.exports = function updateLockfile (dependency, options) {
exec('git add package-lock.json 2>/dev/null || true')
exec('git add yarn.lock 2>/dev/null || true')
exec('git config user.email "support@greenkeeper.io"')
exec('git config user.name "greenkeeper[bot]"')
exec('git config user.name "greenkeeperio-bot"')
const updateMessage = 'chore(package): update lockfile\n\nhttps://npm.im/greenkeeper-lockfile'
exec(`git commit -m "${updateMessage}"`)
}

0 comments on commit b290b64

Please sign in to comment.