diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-06-27 14:24:22 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-06-27 12:26:59 +0000 |
commit | fa68f3528d50a65d9babf6845779be038783fde0 (patch) | |
tree | 234e7b2b44e169bd601a3b3d8691705b379491f6 | |
parent | 14bc08567f3ec9afcc1e8b31e62fb43186f0c038 (diff) |
examples/ncclient: use ncclient repo instead of fork
There is no need for using fork after
support for <config> was merged:
https://github.com/ncclient/ncclient/pull/232
Change-Id: I0bd4a1ce6c4263228771ae3a74e298640a0c2a40
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
(cherry picked from commit a6ad368785d2584bd6b505c3f39461f9517212c8)
-rw-r--r-- | examples/ncclient/Readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ncclient/Readme.txt b/examples/ncclient/Readme.txt index 6639cf815..1a89d9226 100644 --- a/examples/ncclient/Readme.txt +++ b/examples/ncclient/Readme.txt @@ -33,7 +33,7 @@ c) (optional) build honeycomb package ./packaging/deb/xenial/debuild.sh 4) Build ncclient -git clone -b honeycomb https://github.com/marekgr/ncclient.git +https://github.com/ncclient/ncclient.git cd ncclient sudo python setup.py install |