diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2017-04-11 11:42:19 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2017-04-11 11:42:19 -0400 |
| commit | de4d9adb89f2fe390d0e49b8c33a0e2328b36ed4 (patch) | |
| tree | a8b5dda453bf80f0454dace13cee8f4010451e3a /python/pluginmanager.py | |
| parent | 389782cc05e533a9f41983c9335055ad6cf8fcaf (diff) | |
fix example to point to community repo
Diffstat (limited to 'python/pluginmanager.py')
| -rw-r--r-- | python/pluginmanager.py | 2 |
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") |
