소스 검색

switch to REBAR_DEFAULT_PROFILE to make it clear the profile becomes the default for the run

pull/31/head
Tristan Sloughter 10 년 전
부모
커밋
56fdedaf72
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/rebar3.erl

+ 1
- 1
src/rebar3.erl 파일 보기

@ -106,7 +106,7 @@ run_aux(State, GlobalPluginProviders, RawArgs) ->
application:start(ssl),
inets:start(),
State2 = case os:getenv("REBAR_PROFILE") of
State2 = case os:getenv("REBAR_DEFAULT_PROFILE") of
false ->
State;
Profile ->

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