mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 11:06:20 +00:00
default module appup instruction -> load_module
This commit is contained in:
parent
3e4138537f
commit
d00845b490
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ generate_instruction_advanced(Name, _, code_change) ->
|
||||||
{update, Name, {advanced, []}};
|
{update, Name, {advanced, []}};
|
||||||
generate_instruction_advanced(Name, _, _) ->
|
generate_instruction_advanced(Name, _, _) ->
|
||||||
%% Anything else
|
%% Anything else
|
||||||
{update, Name}.
|
{load_module, Name}.
|
||||||
|
|
||||||
get_behavior(List) ->
|
get_behavior(List) ->
|
||||||
Attributes = proplists:get_value(attributes, List),
|
Attributes = proplists:get_value(attributes, List),
|
||||||
|
|
Loading…
Reference in a new issue