mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Replaced tabbed indentation with spaces for subversion module
This commit is contained in:
@@ -121,7 +121,7 @@ class Subversion(object):
|
||||
def checkout(self):
|
||||
'''Creates new svn working directory if it does not already exist.'''
|
||||
self._exec(["checkout", "-r", self.revision, self.repo, self.dest])
|
||||
|
||||
|
||||
def export(self, force=False):
|
||||
'''Export svn repo to directory'''
|
||||
cmd = ["export"]
|
||||
|
||||
Reference in New Issue
Block a user