1
0
Fork 0
mirror of https://github.com/correl/rebar.git synced 2025-03-29 11:43:37 -09:00

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

default module appup instruction -> load_module
This commit is contained in:
Joe Williams 2011-07-01 11:09:53 -07:00
commit 4c5ec87988

View file

@ -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),