Преглед изворни кода

Merge pull request #2298 from gomoripeti/fix_git_subdir

Fix git_subdir after "revert change to lock for regular git resource"
pull/2302/head
Tristan Sloughter пре 4 година
committed by GitHub
родитељ
комит
f9d7ecf4a1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/rebar_git_subdir_resource.erl

+ 1
- 1
src/rebar_git_subdir_resource.erl Прегледај датотеку

@ -22,7 +22,7 @@ init(Type, _State) ->
lock(AppInfo, _) ->
{git_subdir, Url, Checkout, Dir} = rebar_app_info:source(AppInfo),
{git, Url1, {ref, Ref}, _Opts} =
{git, Url1, {ref, Ref}} =
rebar_git_resource:lock_(rebar_app_info:dir(AppInfo), {git, Url, Checkout}),
{git_subdir, Url1, {ref, Ref}, Dir}.

Loading…
Откажи
Сачувај