Skip to content

Commit

Permalink
Corrected rebar.config
Browse files Browse the repository at this point in the history
  • Loading branch information
igaray committed Jun 19, 2015
1 parent 3ca3399 commit 62b2dae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions priv/rebar.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{deps, [
{bad, ".*", {git, "git://github.com/bad/bad.git", "master"}},
{also_bad, ".*", {git, "git://github.com/good/good.git", "1.0.0"}}
{good, ".*", {git, "https://github.com/good/good.git", "1.0.0"}}
{bad, ".*", {git, "https://github.com/bad/bad.git", "master"}},
{good, ".*", {git, "https://github.com/good/good.git", "1.0.0"}}
]}.

0 comments on commit 62b2dae

Please sign in to comment.