From abd29e2cdfe83160869631a0f391d428bbe11210 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 26 Oct 2023 15:49:19 +0200 Subject: Minor changes --- clusterman/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clusterman/config.py') diff --git a/clusterman/config.py b/clusterman/config.py index 804a2cc..645f4d1 100644 --- a/clusterman/config.py +++ b/clusterman/config.py @@ -13,7 +13,7 @@ class Config: "ip4_to": "10.128.0.140", "ip4_ignore": ["10.0.0.5", "10.0.0.1"], }, - "plugins": [], + "plugins": { "ls": "ls -al" }, "timeout": 0.5 } -- cgit v1.2.3