Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKat Marchán <kzm@sykosomatic.org>2017-05-16 03:45:51 +0300
committerRebecca Turner <me@re-becca.org>2017-05-26 04:55:22 +0300
commit711f204c32131565f2b2e788ef6c22128d426177 (patch)
treed457c37a33f0fbe56803f4b6c567d44fdb22fc97 /lib
parent42531d6a2d752fee2349bf1c6eecf5f26312175a (diff)
pacote: fix typo
Diffstat (limited to 'lib')
-rw-r--r--lib/config/pacote.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config/pacote.js b/lib/config/pacote.js
index 848a06cc7..8fc75dcee 100644
--- a/lib/config/pacote.js
+++ b/lib/config/pacote.js
@@ -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)