From a602cfc5934d0f9b6668105ee2721f846fc46aac Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sat, 16 Aug 2014 08:49:41 -0500 Subject: replace logging with ec_cmd_log from erlware_commons --- src/rebar_config.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rebar_config.erl') diff --git a/src/rebar_config.erl b/src/rebar_config.erl index 11756b7..079801a 100644 --- a/src/rebar_config.erl +++ b/src/rebar_config.erl @@ -26,7 +26,7 @@ %% ------------------------------------------------------------------- -module(rebar_config). --export([new/0, new/1, new2/2, base_config/1, consult_file/1, +-export([new/0, new/1, new/2, new2/2, base_config/1, consult_file/1, get/3, get_local/3, get_list/3, get_all/2, set/3, @@ -96,7 +96,7 @@ new(_ParentConfig=#config{opts=Opts0, globals=Globals, skip_dirs=SkipDirs, xconf new(#config{opts=Opts0, globals=Globals, skip_dirs=SkipDirs, xconf=Xconf}, ?DEFAULT_NAME). -new(ParentConfig, ConfName) -> +new(ParentConfig=#config{}, ConfName) -> %% Load terms from rebar.config, if it exists Dir = rebar_utils:get_cwd(), new(ParentConfig, ConfName, Dir). -- cgit v1.1