mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Make 'command does not apply' warning into a warning
This commit is contained in:
parent
2af6dc84ae
commit
8e195e5337
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ apply_commands([], _Modules, _Config, _ModuleFile) ->
|
|||
apply_commands([Command | Rest], Modules, Config, ModuleFile) ->
|
||||
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()]),
|
||||
apply_commands(Rest, Modules, Config, ModuleFile);
|
||||
TargetModules ->
|
||||
|
|
Loading…
Reference in a new issue