Skip to content

Commit 1ed5fff

Browse files
author
gau1991
committed
Fixed repo file is not removing
1 parent 463f53e commit 1ed5fff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ee/cli/plugins/stack_upgrade.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ def upgrade_php56(self):
6969

7070
if EEVariables.ee_platform_distro == "Ubuntu":
7171
EERepo.remove(self, ppa="ppa:ondrej/php5")
72+
EEFileUtils.remove(self, ['{0}/ondrej-php5-trusty.list'
73+
.format(EEVariables.ee_repo_file_path)])
7274
EERepo.add(self, ppa=EEVariables.ee_php_repo)
7375
else:
7476
EEAptGet.remove(self, ["php5-xdebug"])

0 commit comments

Comments
 (0)