go-ipfs-config: refactor: rename IPFS_DIR -> IPFS_PATH
closes #394 https://github.com/jbenet/go-ipfs/issues/394
Brian Tiger Chow committed
Jan 19, 2015 at 00:02 UTC
13ffe4fbb8db4ffcb53b38434562b5e06a75c5ab
1 file changed
+1
-1
config/config.go
+1
-1
@@ -32,7 +32,7 @@ const (
32
// DefaultConfigFile is the filename of the configuration file
33
DefaultConfigFile = "config"
34
// EnvDir is the environment variable used to change the path root.
35
- EnvDir = "IPFS_DIR"
35
+ EnvDir = "IPFS_PATH"
36
)
37
38
// PathRoot returns the default configuration root directory