From 13ffe4fbb8db4ffcb53b38434562b5e06a75c5ab Mon Sep 17 00:00:00 2001 From: Brian Tiger Chow Date: Mon, 19 Jan 2015 00:02:43 -0800 Subject: [PATCH] go-ipfs-config: refactor: rename IPFS_DIR -> IPFS_PATH closes #394 https://github.com/jbenet/go-ipfs/issues/394 --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 4c1086e8b..16b6a7896 100644 --- a/config/config.go +++ b/config/config.go @@ -32,7 +32,7 @@ const ( // DefaultConfigFile is the filename of the configuration file DefaultConfigFile = "config" // EnvDir is the environment variable used to change the path root. - EnvDir = "IPFS_DIR" + EnvDir = "IPFS_PATH" ) // PathRoot returns the default configuration root directory