Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit 452dfc6

Browse files
author
Brian Tiger Chow
committed
refactor: rename IPFS_DIR -> IPFS_PATH
closes #394 ipfs/kubo#394
1 parent 7617bba commit 452dfc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const (
3232
// DefaultConfigFile is the filename of the configuration file
3333
DefaultConfigFile = "config"
3434
// EnvDir is the environment variable used to change the path root.
35-
EnvDir = "IPFS_DIR"
35+
EnvDir = "IPFS_PATH"
3636
)
3737

3838
// PathRoot returns the default configuration root directory

0 commit comments

Comments
 (0)