Skip to content

Commit a4e0c92

Browse files
committed
THRIFT-3661 Use https to download meck in erlang test build
Client: Build (Ernalg) Patch: Nobuaki Sukegawa This closes apache#888
1 parent 008283d commit a4e0c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/erl/rebar.test.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{erl_opts, [{platform_define, "^R.*", otp16_or_less}, debug_info]}.
22

33
{deps, [
4-
{meck, "", {git, "git://github.com/eproxus/meck.git", {tag, "0.8.2"}}}
4+
{meck, "", {git, "https://github.com/eproxus/meck.git", {tag, "0.8.2"}}}
55
]}.

0 commit comments

Comments
 (0)