fix: config change privatekey
to privateKey
for consistency with ssh2 module
This commit is contained in:
parent
3315df1b0b
commit
a176167505
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
"user": {
|
||||
"name": null,
|
||||
"password": null,
|
||||
"privatekey": null
|
||||
"privateKey": null
|
||||
},
|
||||
"session": {
|
||||
"secret": "secret",
|
||||
|
|
Loading…
Reference in a new issue