From 4c415eeabba320fdfeeeb2b4126239a0f6702ba9 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Fri, 6 Sep 2019 14:43:07 +0200 Subject: [PATCH] Fix nginx keys --- wo/cli/plugins/stack_pref.py | 1 - 1 file changed, 1 deletion(-) diff --git a/wo/cli/plugins/stack_pref.py b/wo/cli/plugins/stack_pref.py index 5be5dad..bdd023e 100644 --- a/wo/cli/plugins/stack_pref.py +++ b/wo/cli/plugins/stack_pref.py @@ -111,7 +111,6 @@ def pre_pref(self, apt_packages): WORepo.add(self, ppa=WOVariables.wo_nginx_repo) Log.debug(self, 'Adding ppa for Nginx') else: - apt_repo_keys = apt_repo_keys + WOVariables.wo_nginx_key WORepo.add(self, repo_url=WOVariables.wo_nginx_repo) Log.debug(self, 'Adding repository for Nginx') WORepo.add_key(self, WOVariables.wo_nginx_key)