From 479a262f98410808da5cf0cafa8631c44b7a8dc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A8r=20Kessels?= Date: Thu, 27 Nov 2014 09:19:22 +0100 Subject: [PATCH] Typo in sample json, forgot a comma Found by @conradwt. https://github.com/intercity/chef-repo/issues/79#issuecomment-64728955 --- nodes/sample_host.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/sample_host.json b/nodes/sample_host.json index 5822c03c..2e13d63c 100644 --- a/nodes/sample_host.json +++ b/nodes/sample_host.json @@ -14,7 +14,7 @@ "ssh-rsa AAA456...uvw== bar" ] } - } + }, "ssh_deploy_keys": [ "" ],