mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
fix typo (#8828)
This commit is contained in:
parent
e39c7b5233
commit
934de48d44
1 changed files with 1 additions and 1 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Reference in a new issue