diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2013-12-04 19:57:31 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2013-12-04 19:57:31 +0100 |
commit | 8557f6c5bc5b8abcfc97b93dfc7ed57cc7e9ef3b (patch) | |
tree | ab2c5d1d6ee3bc481e7662b1bd5df862db496e16 | |
parent | c02fcec92c19b8c184a09a9f367fe919222e96fb (diff) |
Switch retest dep to upstream (dizzyd/retest.git)
Now that Dave has merged all patches, it's safe to switch back to
upstream retest.
-rw-r--r-- | rebar.config.script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script index 07feb95..be61b5e 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -4,7 +4,7 @@ %% TODO: Change temporary retest fork back to dizzyd/retest after merge %% ExtraDeps = [{retest, ".*", {git, "git://github.com/dizzyd/retest.git"}}], ExtraDeps = [{retest, ".*", - {git, "git://github.com/tuncer/retest.git", "next"}}], + {git, "git://github.com/dizzyd/retest.git"}}], case os:getenv("REBAR_EXTRA_DEPS") of false -> |