Browse Source

Merge pull request #32 from rgrinberg/master

typo
Namdak Tonpa 10 years ago
parent
commit
59e435f291
1 changed files with 1 additions and 1 deletions
  1. 1 1
      priv/web/rebar.config

+ 1 - 1
priv/web/rebar.config

@@ -1,6 +1,6 @@
 {sub_dirs,["apps"]}.
 {deps_dir,"deps"}.
-{deps,
+{deps, [
     {erlydtl,".*", {git, "git://github.com/evanmiller/erlydtl", {tag, "0.8.0"} }},
     {cowboy, ".*", {git, "git://github.com/extend/cowboy",      {tag, "1.0.1"} }},
     {gproc,  ".*", {git, "git://github.com/uwiger/gproc.git",   {tag, "0.3"}   }},