diff --git a/mrepo b/mrepo index 7f29a68..433f7ec 100755 --- a/mrepo +++ b/mrepo @@ -252,7 +252,7 @@ class Config: self.reposyncoptions = self.getoption('main', 'reposync-options', '') self.reposynccleanup = self.getoption('main', 'reposync-cleanup', 'yes') not in disable self.reposyncnewestonly = self.getoption('main', 'reposync-newest-only', 'no') not in disable - self.reposyncexcldebug = self.getoption('main','reposync-exclude-debug', 'yes') not in diable + self.reposyncexcldebug = self.getoption('main','reposync-exclude-debug', 'yes') not in disable self.rhnlogin = self.getoption('main', 'rhnlogin', None) self.rhngetoptions = self.getoption('main', 'rhnget-options', '')