You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by dc...@apache.org on 2014/07/15 02:22:30 UTC

documentation commit: updated refs/heads/1843-feature-bigcouch-add-docs to c1541a9

Repository: couchdb-documentation
Updated Branches:
  refs/heads/1843-feature-bigcouch-add-docs 7bda4023d -> c1541a95c


fix rebar hook to make


Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/c1541a95
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/c1541a95
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/c1541a95

Branch: refs/heads/1843-feature-bigcouch-add-docs
Commit: c1541a95c3d2a0df7a110cedd8aa98f50c11457f
Parents: 7bda402
Author: Dave Cottlehuber <dc...@apache.org>
Authored: Tue Jul 15 01:55:38 2014 +0200
Committer: Dave Cottlehuber <dc...@apache.org>
Committed: Tue Jul 15 01:55:38 2014 +0200

----------------------------------------------------------------------
 rebar.config | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/c1541a95/rebar.config
----------------------------------------------------------------------
diff --git a/rebar.config b/rebar.config
index 3992bc5..d05b1d5 100644
--- a/rebar.config
+++ b/rebar.config
@@ -12,7 +12,5 @@
 % License for the specific language governing permissions and limitations under
 % the License.
 
-[
-{pre_hooks,  [ {compile, "make"}]},
-{post_hooks, [ {clean,   "make clean"}]}
-].
+{pre_hooks,  [ {compile, "make"}]}.
+{post_hooks, [ {clean,   "make clean"}]}.