diff --git a/conf.json b/conf.json index 3b7fff6..daf8c1d 100644 --- a/conf.json +++ b/conf.json @@ -20,13 +20,13 @@ "copyInDir": ".", "copyIn": { "sample": { - "src": "./../../../../../../build/sample", - "copyOut": [ - "stdout", - "stderr" - ] + "src": "./../../../../../../build/sample" } }, + "copyOut": [ + "stdout", + "stderr" + ], "stdin": { "content": "" },