From 42f973b4796f7f50237dc8ce613e477aa89352ca Mon Sep 17 00:00:00 2001 From: Chia-Chi Hsu Date: Fri, 17 Jan 2020 20:43:25 +0800 Subject: [PATCH] Fix: update config.json.sample (#177) --- app/config.json.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config.json.sample b/app/config.json.sample index 6e540d0..c3bb172 100644 --- a/app/config.json.sample +++ b/app/config.json.sample @@ -5,8 +5,8 @@ }, "user": { "name": null, - "password": null - "privatekey": null, + "password": null, + "privatekey": null }, "ssh": { "host": null,