Fix call to _expand_ppa
This commit is contained in:
parent
2785364ebe
commit
653fd34ed7
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ class UbuntuSourcesList(SourcesList):
|
|||
continue
|
||||
|
||||
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)
|
||||
else:
|
||||
_repositories.append(source_line)
|
||||
|
|
Loading…
Reference in a new issue