Skip to content

Commit

Permalink
Corrected typo "diable" vs "disable" introduced in dag/pull request d…
Browse files Browse the repository at this point in the history
  • Loading branch information
ws4e committed May 2, 2016
1 parent 5045329 commit 49ceae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrepo
Original file line number Diff line number Diff line change
Expand Up @@ -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', '')
Expand Down

0 comments on commit 49ceae6

Please sign in to comment.