Browse Source

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

default module appup instruction -> load_module
pull/3/head
Joe Williams 14 years ago
parent
commit
4c5ec87988
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rebar_appups.erl

+ 1
- 1
src/rebar_appups.erl 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),

Loading…
Cancel
Save