fix typo
This commit is contained in:
parent
3b1df037be
commit
009de1e688
1 changed files with 1 additions and 1 deletions
|
|
@ -923,7 +923,7 @@ class BuildRoot(object):
|
|||
"""
|
||||
|
||||
opts = dict([(k, getattr(self.options, k)) for k in ('topurl', 'topdir')])
|
||||
content_json_file = os.path.join(self.repodir, self.br_arch, 'pkglist')
|
||||
content_json_file = os.path.join(self.repodir, self.br_arch, 'content.json')
|
||||
if not os.path.exists(content_json_file):
|
||||
self.logger.warning(
|
||||
"% not found, don't mapping internal rpms with ids for repo#%i",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue