瀏覽代碼

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

default module appup instruction -> load_module
pull/3/head
Joe Williams 14 年之前
父節點
當前提交
4c5ec87988
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/rebar_appups.erl

+ 1
- 1
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),

Loading…
取消
儲存