Fix readme
This commit is contained in:
parent
218d7c26e7
commit
cdaabe36b5
|
@ -19,7 +19,7 @@ func main() {
|
||||||
|
|
||||||
templateInstance := template.Wrap(
|
templateInstance := template.Wrap(
|
||||||
sourceInstance,
|
sourceInstance,
|
||||||
migration.WithVars(template.M{
|
template.WithVars(template.M{
|
||||||
"cluster": "cluster_name",
|
"cluster": "cluster_name",
|
||||||
"replicated_path": "/clickhouse/tables/db_name",
|
"replicated_path": "/clickhouse/tables/db_name",
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Reference in New Issue