summaryrefslogtreecommitdiff
path: root/rebar.config.script
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2013-12-04 19:57:31 +0100
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2013-12-04 19:57:31 +0100
commit8557f6c5bc5b8abcfc97b93dfc7ed57cc7e9ef3b (patch)
treeab2c5d1d6ee3bc481e7662b1bd5df862db496e16 /rebar.config.script
parentc02fcec92c19b8c184a09a9f367fe919222e96fb (diff)
downloadrebar-8557f6c5bc5b8abcfc97b93dfc7ed57cc7e9ef3b.tar.gz
Switch retest dep to upstream (dizzyd/retest.git)
Now that Dave has merged all patches, it's safe to switch back to upstream retest.
Diffstat (limited to 'rebar.config.script')
-rw-r--r--rebar.config.script2
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 ->