diff --git a/conf.json b/conf.json index c4530ae..03a49e0 100644 --- a/conf.json +++ b/conf.json @@ -25,13 +25,13 @@ "copyInDir": ".", "copyIn": { "healthcheck": { - "src": "./../../../../../../build/healthcheck", - "copyOut": [ - "stdout", - "stderr" - ] + "src": "./../../../../../../build/healthcheck" } }, + "copyOut": [ + "stdout", + "stderr" + ], "stdin": { "content": "" },