Fix call to _expand_ppa

This commit is contained in:
Abhijit Menon-Sen 2015-07-30 09:02:18 +05:30
parent 2785364ebe
commit 653fd34ed7

View file

@ -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)