From d00845b4907a67036a66c46a2cf59b8a92f28350 Mon Sep 17 00:00:00 2001 From: Steven Gravell Date: Fri, 1 Jul 2011 18:28:48 +0100 Subject: [PATCH] default module appup instruction -> load_module --- src/rebar_appups.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rebar_appups.erl b/src/rebar_appups.erl index 871c426..03c67c9 100644 --- a/src/rebar_appups.erl +++ b/src/rebar_appups.erl @@ -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),