diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-10-26 17:11:03 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-10-26 17:11:03 +0200 |
commit | b65d5904f555874e24a4610ea63d8c10ecf62448 (patch) | |
tree | 19f26c90a7d465025f22cc7744bc9aa0bfcf9eb9 | |
parent | 1c1620a244ea2be94b2dce4506d48390e2c77d19 (diff) |
Fix deps_dir sample config
-rw-r--r-- | rebar.config.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config.sample b/rebar.config.sample index 513daf4..ebad86a 100644 --- a/rebar.config.sample +++ b/rebar.config.sample @@ -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 |