mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
merge ssh://hg@bitbucket.org/basho/rebar
This commit is contained in:
commit
35a928ecf2
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ apply_commands([], _Modules, _Config, _ModuleFile) ->
|
||||||
apply_commands([Command | Rest], Modules, Config, ModuleFile) ->
|
apply_commands([Command | Rest], Modules, Config, ModuleFile) ->
|
||||||
case select_modules(Modules, Command, []) of
|
case select_modules(Modules, Command, []) of
|
||||||
[] ->
|
[] ->
|
||||||
?CONSOLE("WARNING: '~p' command does not apply to directory ~s\n",
|
?WARN("'~p' command does not apply to directory ~s\n",
|
||||||
[Command, rebar_utils:get_cwd()]),
|
[Command, rebar_utils:get_cwd()]),
|
||||||
apply_commands(Rest, Modules, Config, ModuleFile);
|
apply_commands(Rest, Modules, Config, ModuleFile);
|
||||||
TargetModules ->
|
TargetModules ->
|
||||||
|
|
Loading…
Reference in a new issue