diff options
| author | tv <tv@shackspace.de> | 2014-07-15 11:22:03 +0200 | 
|---|---|---|
| committer | tv <tv@shackspace.de> | 2014-07-15 11:22:03 +0200 | 
| commit | 2ea6f2e2bbb2d90f11f07b7bc088697ca1264e87 (patch) | |
| tree | 2143758b4c04188bd87c802427ae98ab1993dd85 | |
| parent | 141401974b683db6ab9be473b634f494c05c5565 (diff) | |
Reaktor config: fix typo
| -rw-r--r-- | Reaktor/config.py | 2 | 
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', | 
