Merge pull request #91 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),