소스 검색

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

불러오는 중...
취소
저장