We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23933ba commit 463f53eCopy full SHA for 463f53e
ee/core/apt_repo.py
@@ -65,7 +65,7 @@ def remove(self, ppa=None, repo_url=None):
65
if ppa:
66
EEShellExec.cmd_exec(self, "add-apt-repository -y "
67
"--remove '{ppa_name}'"
68
- .format(ppa_name=repo_url))
+ .format(ppa_name=ppa))
69
elif repo_url:
70
repo_file_path = ("/etc/apt/sources.list.d/"
71
+ EEVariables().ee_repo_file)
0 commit comments