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
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-08-29 23:34:45 +0400
committerisaacs <i@izs.me>2010-08-29 23:34:45 +0400
commit3cb1bc0c1fc23ba9f8a7b8e45e4edc7c70cfda72 (patch)
treede6650c9949f013d5ddf0cea1f33abc6162d97c8 /doc/config.md
parent08d1fe5d708a1cbf679fcb1c371a40c3f79056f4 (diff)
Fix #203. Use the env.GZIPBIN env instead of env.GZIPv0.1.27-12
Diffstat (limited to 'doc/config.md')
-rw-r--r--doc/config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/config.md b/doc/config.md
index e143dc6e9..e9f470ea8 100644
--- a/doc/config.md
+++ b/doc/config.md
@@ -196,6 +196,6 @@ The name of a GNU-compatible tar program on your system.
### gzip
-Default: env.GZIP or "gzip"
+Default: env.GZIPBIN or "gzip"
The name of a GNU-compatible gzip program on your system.