From 9efa022e0a317805c9a6c5a4021751643892a8dd Mon Sep 17 00:00:00 2001 From: Erick Erickson Date: Fri, 2 Jun 2017 14:19:03 -0700 Subject: [PATCH] Fixed error in bin/solr cp example --- .../src/using-zookeeper-to-manage-configuration-files.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/solr-ref-guide/src/using-zookeeper-to-manage-configuration-files.adoc b/solr/solr-ref-guide/src/using-zookeeper-to-manage-configuration-files.adoc index 3a6c49dd066..b2dc9d56b2c 100644 --- a/solr/solr-ref-guide/src/using-zookeeper-to-manage-configuration-files.adoc +++ b/solr/solr-ref-guide/src/using-zookeeper-to-manage-configuration-files.adoc @@ -93,5 +93,5 @@ If you for example would like to keep your `solr.xml` in ZooKeeper to avoid havi [source,bash] ---- -bin/solr cp file:local/file/path/to/solr.xml zk:/solr.xml -z localhost:2181 +bin/solr zk cp file:local/file/path/to/solr.xml zk:/solr.xml -z localhost:2181 ----