From eeefafa7cf4ef012042fc46ff261b82de368a461 Mon Sep 17 00:00:00 2001 From: Michael E Brown Date: Tue, 15 Jan 2008 15:39:56 -0600 Subject: the great config file rename. --- py/mock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py/mock.py') diff --git a/py/mock.py b/py/mock.py index f5c7143..8419ff0 100755 --- a/py/mock.py +++ b/py/mock.py @@ -420,7 +420,7 @@ def main(ret): config_path = options.configdir # Read in the config files: default, and then user specified - for cfg in ( os.path.join(config_path, 'defaults.cfg'), '%s/%s.cfg' % (config_path, options.chroot)): + for cfg in ( os.path.join(config_path, 'site-defaults.cfg'), '%s/%s.cfg' % (config_path, options.chroot)): if os.path.exists(cfg): execfile(cfg) else: -- cgit