add missing self. in ks handling
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
4cb0f9632f
commit
d060924980
1 changed files with 1 additions and 1 deletions
|
|
@ -2613,7 +2613,7 @@ class ImageTask(BaseTaskHandler):
|
|||
self.ks.handler.repo.repoList.append(repo_class(baseurl=baseurl, name='koji-%s-%i' % (target_info['build_tag_name'], repo_info['id'])))
|
||||
#inject url if provided
|
||||
if opts.get('install_tree_url'):
|
||||
ks.handler.url(url=opts['install_tree_url'])
|
||||
self.ks.handler.url(url=opts['install_tree_url'])
|
||||
|
||||
# Write out the new ks file. Note that things may not be in the same
|
||||
# order and comments in the original ks file may be lost.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue