From cac7a15fc0a6253aad74a49851b5d4e9d40bfb45 Mon Sep 17 00:00:00 2001 From: AB-1140280 <1140280@isep.ipp.pt> Date: Wed, 24 May 2017 11:53:08 +0100 Subject: [PATCH] Fix example, tables are not allow to have spaces --- README.md | 2 +- example/bucardo.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0bdf68c..5333380 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Ubuntu-based Bucardo image for Docker Containers. },{ "sources": [1,2], "targets": [3], - "tables": "product, order", + "tables": "product,order", "onetimecopy": 0 } ] diff --git a/example/bucardo.json b/example/bucardo.json index 8e69660..b712179 100644 --- a/example/bucardo.json +++ b/example/bucardo.json @@ -28,7 +28,7 @@ },{ "sources": [1,2], "targets": [0], - "tables": "product, order", + "tables": "product,order", "onetimecopy": 0 } ]