Add default -c option for slapformat.

parent 92e3bec4
...@@ -118,7 +118,7 @@ def dispatch(command, is_node_command): ...@@ -118,7 +118,7 @@ def dispatch(command, is_node_command):
elif command == 'bang': elif command == 'bang':
call(bang, config=True) call(bang, config=True)
elif command == 'format': elif command == 'format':
call(format, config=GLOBAL_SLAPOS_CONFIGURATION) call(format, config=GLOBAL_SLAPOS_CONFIGURATION, option=['-c'])
elif command in ['start', 'stop', 'status', 'tail']: elif command in ['start', 'stop', 'status', 'tail']:
supervisord() supervisord()
supervisorctl() 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