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

Commit

Permalink
refactor: rename IPFS_DIR -> IPFS_PATH
Browse files Browse the repository at this point in the history
closes #394 ipfs/kubo#394
  • Loading branch information
Brian Tiger Chow committed Jan 22, 2015
1 parent 7617bba commit 452dfc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 452dfc6

Please sign in to comment.