Update config.json.sample
fix: lost comma in config.json.sample
This commit is contained in:
parent
3fd941a9ee
commit
71fe37785b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
"user": {
|
"user": {
|
||||||
"name": null,
|
"name": null,
|
||||||
"password": null,
|
"password": null,
|
||||||
"privatekey": null
|
"privatekey": null,
|
||||||
"overridebasic": false
|
"overridebasic": false
|
||||||
},
|
},
|
||||||
"ssh": {
|
"ssh": {
|
||||||
|
|
Loading…
Reference in a new issue