From 473270ec849a58a7121bed890561fce58ff4d3d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20H=C3=BCwe?= Date: Tue, 4 Aug 2009 21:10:23 +0000 Subject: [PATCH] - typo --- osc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/conf.py b/osc/conf.py index 6687c6f6..23851f25 100644 --- a/osc/conf.py +++ b/osc/conf.py @@ -71,7 +71,7 @@ DEFAULTS = { 'apiurl': 'https://api.opensuse.org', # default platform 'build_platform': 'openSUSE_Factory', # check for unversioned/removed files before commit - 'check_filelist': True, + 'check_filelist': '1', } boolean_opts = ['debug', 'do_package_tracking', 'http_debug', 'post_mortem', 'traceback', 'check_filelist']