Skip to content

Commit 463f53e

Browse files
author
gau1991
committed
Fixed apt old repo not removing
1 parent 23933ba commit 463f53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ee/core/apt_repo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def remove(self, ppa=None, repo_url=None):
6565
if ppa:
6666
EEShellExec.cmd_exec(self, "add-apt-repository -y "
6767
"--remove '{ppa_name}'"
68-
.format(ppa_name=repo_url))
68+
.format(ppa_name=ppa))
6969
elif repo_url:
7070
repo_file_path = ("/etc/apt/sources.list.d/"
7171
+ EEVariables().ee_repo_file)

0 commit comments

Comments
 (0)