Fix call to _expand_ppa
This commit is contained in:
parent
824503fc19
commit
7643d3aecf
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ class UbuntuSourcesList(SourcesList):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if source_line.startswith('ppa:'):
|
if source_line.startswith('ppa:'):
|
||||||
source, ppa_owner, ppa_name = self._expand_ppa(i[3])
|
source, ppa_owner, ppa_name = self._expand_ppa(source_line)
|
||||||
_repositories.append(source)
|
_repositories.append(source)
|
||||||
else:
|
else:
|
||||||
_repositories.append(source_line)
|
_repositories.append(source_line)
|
||||||
|
|
Loading…
Reference in a new issue