Explorar el Código

Merge pull request #91 from smarkets/appup-load-module-fix

default module appup instruction -> load_module
pull/3/head
Joe Williams hace 14 años
padre
commit
4c5ec87988
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/rebar_appups.erl

+ 1
- 1
src/rebar_appups.erl Ver fichero

@ -174,7 +174,7 @@ generate_instruction_advanced(Name, _, code_change) ->
{update, Name, {advanced, []}};
generate_instruction_advanced(Name, _, _) ->
%% Anything else
{update, Name}.
{load_module, Name}.
get_behavior(List) ->
Attributes = proplists:get_value(attributes, List),

Cargando…
Cancelar
Guardar