From dd15ff29447cea5d39835deb22eb494a56d6fe22 Mon Sep 17 00:00:00 2001 From: Juampi Miceli Date: Fri, 20 Jan 2023 01:20:22 +0000 Subject: docs/starnix: fix typo in manager config file --- docs/starnix/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/starnix') diff --git a/docs/starnix/README.md b/docs/starnix/README.md index dac148d80..f6900e994 100644 --- a/docs/starnix/README.md +++ b/docs/starnix/README.md @@ -51,7 +51,7 @@ Create a manager config like the following, replacing the environment variables "procs": 8, "type": "starnix", "vm": { - "count": 1, + "count": 1 }, "cover": false } -- cgit mrf-deployment