Skip to content

Commit

Permalink
go-ipfs-config: refactor: rename IPFS_DIR -> IPFS_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Tiger Chow committed Jan 22, 2015
1 parent 7882aa9 commit 13ffe4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/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 13ffe4f

Please sign in to comment.