Skip to content
This repository has been archived by the owner on May 12, 2018. It is now read-only.

Commit

Permalink
rebar.config: access retest repo via https
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuncer Ayaz committed Aug 18, 2017
1 parent 2a52f60 commit 2a77742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config.script
@@ -1,7 +1,7 @@
%% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*-
%% ex: ts=4 sw=4 ft=erlang et

ExtraDeps = [{retest, ".*", {git, "git://github.com/rebar/retest.git",
ExtraDeps = [{retest, ".*", {git, "https://github.com/rebar/retest",
{tag, "1.1.0"}}}],

case os:getenv("REBAR_EXTRA_DEPS") of
Expand Down

0 comments on commit 2a77742

Please sign in to comment.