Skip to content

Commit

Permalink
pacote: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat authored and iarna committed May 26, 2017
1 parent 42531d6 commit 711f204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/pacote.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function prepareAndPack (manifest, dir) {
child.stdout.on('data', (data) => {
outData.push(data)
outDataLen += data.length
log.gauge.pulse('preparing git package'))
log.gauge.pulse('preparing git package')
})
child.stderr.on('data', (data) => {
errData.push(data)
Expand Down

0 comments on commit 711f204

Please sign in to comment.