diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-11-20 00:23:24 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-11-20 00:23:24 +0100 |
commit | e86ec457b6bb96379f6c9363f177a40e7d850d36 (patch) | |
tree | 45cc5832dc48f8415e56769b66136799405f53ae | |
parent | a6617bdaff5c5c9397bca55360703963e9456490 (diff) |
rebar.config.sample: remove non-existing option
-rw-r--r-- | rebar.config.sample | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/rebar.config.sample b/rebar.config.sample index e450530..c0d0735 100644 --- a/rebar.config.sample +++ b/rebar.config.sample @@ -138,11 +138,6 @@ %% Which files to cleanup {clean_files, ["file", "file2"]}. -%% == Reltool == - -%% Target directory for the release -{target, "target"}. - %% == OTP Applications == %% Enable validation of the OTP app module list. Default is 'true' |