diff --git a/svn_commands.py b/svn_commands.py index 24418f2..26da87f 100644 --- a/svn_commands.py +++ b/svn_commands.py @@ -38,7 +38,7 @@ def nothing(self, nothing1=None, nothing2=None, nothing3=None, **args): def get_svn_path(self): """Gets the command to run for native SVN""" svn_path = settings.get_native('svnPath', False) - if svn_path == false: + if svn_path == False: return 'svn ' else: return svn_path + ' '