summaryrefslogtreecommitdiffstats
path: root/Reaktor
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2014-07-15 11:22:03 +0200
committertv <tv@shackspace.de>2014-07-15 11:22:03 +0200
commit2ea6f2e2bbb2d90f11f07b7bc088697ca1264e87 (patch)
tree2143758b4c04188bd87c802427ae98ab1993dd85 /Reaktor
parent141401974b683db6ab9be473b634f494c05c5565 (diff)
Reaktor config: fix typo
Diffstat (limited to 'Reaktor')
-rw-r--r--Reaktor/config.py2
1 files changed, 1 insertions, 1 deletions
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',