From 7936ece4900fce6e2ed139b084f6277793952ba1 Mon Sep 17 00:00:00 2001 From: Steve Strong Date: Sun, 18 Mar 2012 21:44:45 +0100 Subject: [PATCH] Updated rebar.config to specify branch --- rebar.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index 2b529cd..1806929 100644 --- a/rebar.config +++ b/rebar.config @@ -33,11 +33,11 @@ { 'nicedecimal', ".*", - {git, "git://github.com/talentdeficit/nicedecimal.git"} + {git, "git://github.com/talentdeficit/nicedecimal.git", {branch, "master"}} }, { 'meck', ".*", - {git, "git://github.com/eproxus/meck.git"} + {git, "git://github.com/eproxus/meck.git", {branch, "master"}} } ]}.