Fix trivial syntax error

parent aa0f8ae2
......@@ -116,7 +116,7 @@ def dispatch(command, is_node_command):
elif command == 'bang':
call(bang, config=True)
elif command == 'format':
call(format, config=GLOBAL_SLAPOS_CONFIGURATION])
call(format, config=GLOBAL_SLAPOS_CONFIGURATION)
elif command in ['start', 'stop', 'status', 'tail']:
supervisord()
supervisorctl()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment