aboutsummaryrefslogtreecommitdiffstats
path: root/RepSys/svn.py
diff options
context:
space:
mode:
Diffstat (limited to 'RepSys/svn.py')
-rw-r--r--RepSys/svn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/RepSys/svn.py b/RepSys/svn.py
index 575651f..8589c4a 100644
--- a/RepSys/svn.py
+++ b/RepSys/svn.py
@@ -161,7 +161,7 @@ class SVN:
# add one keywork "silent" that workaround the strange behavior of
# pysvn's get_all, which seems to be broken, this way we also have
# the same interface of svn.py from repsys 1.6.x
- meth = self._cllient_wrap("status")
+ meth = self._client_wrap("status")
silent = kwargs.pop("silent", None)
st = meth(*args, **kwargs)
if silent: