From 8a84f89d928cee284d14476b6e37f58dc8f6625c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= <cedric.dsm@tiolive.com>
Date: Thu, 18 Oct 2012 15:39:29 +0200
Subject: [PATCH] Add default -c option for slapformat.

---
 slapos/entry.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slapos/entry.py b/slapos/entry.py
index e4b75b0d3..5aef1fbb8 100644
--- a/slapos/entry.py
+++ b/slapos/entry.py
@@ -118,7 +118,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, option=['-c'])
     elif command in ['start', 'stop', 'status', 'tail']:
       supervisord()
       supervisorctl()
-- 
2.30.9