Explorar el Código

merge ssh://hg@bitbucket.org/basho/rebar

Bob Ippolito hace 15 años
padre
commit
35a928ecf2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/rebar_core.erl

+ 1
- 1
src/rebar_core.erl Ver fichero

@ -435,7 +435,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 ->

Cargando…
Cancelar
Guardar