mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
work around fabric #2007
This commit is contained in:
parent
0d4aa05f54
commit
b8ab15accd
1 changed files with 1 additions and 1 deletions
|
|
@ -407,7 +407,7 @@ def main():
|
|||
# Fabric library controlled through global env parameters
|
||||
fab_config = Config(overrides={
|
||||
"connect_kwargs": {
|
||||
"key_filename": KEYFILE,
|
||||
"key_filename": [KEYFILE], # https://github.com/fabric/fabric/issues/2007
|
||||
},
|
||||
"run": {
|
||||
"echo": True,
|
||||
|
|
|
|||
Loading…
Reference in a new issue