Bläddra i källkod

Fix deps_dir sample config

pull/3/head
Tuncer Ayaz 13 år sedan
förälder
incheckning
b65d5904f5
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. +2
    -2
      rebar.config.sample

+ 2
- 2
rebar.config.sample Visa fil

@ -106,8 +106,8 @@
%% == Dependencies ==
%% Where to put any downloaded dependencies. Default is `deps';
{deps_dir, ["deps"]}.
%% Where to put any downloaded dependencies. Default is "deps";
{deps_dir, "deps"}.
%% What dependencies we have, dependencies can be of 3 forms, an application
%% name as an atom, eg. mochiweb, a name and a version (from the .app file), or

Laddar…
Avbryt
Spara