From 2ea6f2e2bbb2d90f11f07b7bc088697ca1264e87 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 15 Jul 2014 11:22:03 +0200 Subject: Reaktor config: fix typo --- Reaktor/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reaktor/config.py b/Reaktor/config.py index 247838d6..1741be20 100644 --- a/Reaktor/config.py +++ b/Reaktor/config.py @@ -70,7 +70,7 @@ public_commands = [ }) ] commands = [ - default_command('reload') + default_command('reload'), default_command('nag', env={ 'workdir': workdir, 'hostsdir': '/home/tv/krebs/hosts', -- cgit v1.2.3