ksprojects / zkcopy

ZooKeeper copy utililty
Apache License 2.0
237 stars 94 forks source link

Copy flag doesn't do anything #9

Closed tylerhawkes closed 7 years ago

tylerhawkes commented 7 years ago

There's a bug in ZkCopy where the copy flag is trying to read the target value instead of the copy value. This is fixed in https://github.com/kshchepanovskyi/zkcopy/pull/8

kshchepanovskyi commented 7 years ago

Thanks!