mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 11:06:20 +00:00
Merge pull request #91 from smarkets/appup-load-module-fix
default module appup instruction -> load_module
This commit is contained in:
commit
4c5ec87988
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