summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2017-04-11 11:42:19 -0400
committerJordan Wiens <jordan@psifertex.com>2017-04-11 11:42:19 -0400
commitde4d9adb89f2fe390d0e49b8c33a0e2328b36ed4 (patch)
treea8b5dda453bf80f0454dace13cee8f4010451e3a /python
parent389782cc05e533a9f41983c9335055ad6cf8fcaf (diff)
fix example to point to community repo
Diffstat (limited to 'python')
-rw-r--r--python/pluginmanager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pluginmanager.py b/python/pluginmanager.py
index 766b9b53..37962114 100644
--- a/python/pluginmanager.py
+++ b/python/pluginmanager.py
@@ -363,7 +363,7 @@ class RepositoryManager(object):
:Example:
>>> mgr = RepositoryManager()
- >>> mgr.add_repository(url="https://github.com/vector35/binaryninja-plugins.git",
+ >>> mgr.add_repository(url="https://github.com/vector35/community-plugins.git",
repopath="myrepo",
repomanifest="plugins",
localreference="master", remotereference="origin")