From 2974d27ee068f8462870fb355c65da259c2d071d Mon Sep 17 00:00:00 2001 From: Justin LaRose Date: Fri, 2 Jun 2017 09:03:33 -0400 Subject: [PATCH] correct example in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9aeb664..f39d321 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ There is an example packer build with goss tests in the `example/` directory. "goss/goss.yaml" ], "downloadPath": "/tmp/goss-VERSION-linux-ARCH", - "remoteFolder": "/tmp", - "remotePath": "/tmp/goss", + "remote_folder": "/tmp", + "remote_path": "/tmp/goss", "skipInstall": false, "debug": false }