diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-11-10 20:40:56 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-11-10 20:40:56 -0600 |
commit | 6cae428058eb433864538f2e0c4a8fd5dd432f1c (patch) | |
tree | 8fb31a81993103476932550bc309ec0f4dbe1bce /include | |
parent | 768af3b9060a8234af03e24a7fb31c8bd5d32471 (diff) |
use CONFIG_DIR of rebar3 for config directories
Diffstat (limited to 'include')
-rw-r--r-- | include/rebar.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rebar.hrl b/include/rebar.hrl index 10e21d4..af3f81c 100644 --- a/include/rebar.hrl +++ b/include/rebar.hrl @@ -20,7 +20,7 @@ -define(DEFAULT_TEST_DEPS_DIR, "_tdeps"). -define(DEFAULT_CONFIG_FILE, "rebar.config"). -define(LOCK_FILE, "rebar.lock"). --define(HOME_DIR, ".rebar3"). +-define(CONFIG_DIR, ".rebar3"). -ifdef(namespaced_types). -type rebar_dict() :: dict:dict(). |