Fix readme

This commit is contained in:
Dmitriy Chertkov 2020-04-02 16:58:42 +05:00
parent 218d7c26e7
commit cdaabe36b5
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ func main() {
templateInstance := template.Wrap(
sourceInstance,
migration.WithVars(template.M{
template.WithVars(template.M{
"cluster": "cluster_name",
"replicated_path": "/clickhouse/tables/db_name",
}),