From de4d9adb89f2fe390d0e49b8c33a0e2328b36ed4 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Tue, 11 Apr 2017 11:42:19 -0400 Subject: fix example to point to community repo --- python/pluginmanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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") -- cgit v1.3.1