소스 검색

combine []/Opt case options into one @ get_git_options/0

pull/1844/head
simonxu72 6 년 전
부모
커밋
b81871c618
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      src/rebar_git_resource.erl

+ 1
- 2
src/rebar_git_resource.erl 파일 보기

@ -292,8 +292,7 @@ parse_tags(Dir) ->
git_clone_options() ->
Option = case os:getenv("REBAR_GIT_CLONE_OPTIONS") of
false -> "" ; %% env var not set
[] -> "" ; %% env var set to empty
Opt ->
Opt -> %% env var set to empty or others
Opt
end,

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