mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:24:35 +02:00
fix typo (#8828)
This commit is contained in:
@@ -44,4 +44,4 @@ def test_dns_plugin_install(dns_snap_path):
|
||||
'certbot:certbot-metadata'])
|
||||
subprocess.check_call(['snap', 'install', '--dangerous', dns_snap_path])
|
||||
finally:
|
||||
subprocess.call(['snap', 'remove', 'plugin_name'])
|
||||
subprocess.call(['snap', 'remove', plugin_name])
|
||||
|
||||
Reference in New Issue
Block a user