mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
I mean --lock-path
This commit is contained in:
parent
f0a352edeb
commit
eb5f894d9a
1 changed files with 1 additions and 1 deletions
|
|
@ -453,7 +453,7 @@ class MainTest(unittest.TestCase): # pylint: disable=too-many-public-methods
|
|||
self.standard_args = ['--config-dir', self.config_dir,
|
||||
'--work-dir', self.work_dir,
|
||||
'--logs-dir', self.logs_dir, '--text',
|
||||
'--lock-file', os.path.join(self.tmp_dir, 'certbot.lock')]
|
||||
'--lock-path', os.path.join(self.tmp_dir, 'certbot.lock')]
|
||||
|
||||
def tearDown(self):
|
||||
# Reset globals in cli
|
||||
|
|
|
|||
Loading…
Reference in a new issue