From 5b6fbe278b70ee33b7dc3a65ee7e41e3fdf687b6 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Thu, 15 Oct 2020 13:25:07 +0200 Subject: [PATCH] Fix wo_extra_repo variable --- wo/core/variables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/core/variables.py b/wo/core/variables.py index 3905beb..62fd5f2 100644 --- a/wo/core/variables.py +++ b/wo/core/variables.py @@ -114,7 +114,7 @@ class WOVar(): wo_extra_repo = ( "deb http://download.opensuse.org" "/repositories/home:/virtubox:" - "/WordOps/xUbuntu_{0}/".format(wo_platform_version)) + "/WordOps/xUbuntu_{0}/ /".format(wo_platform_version)) else: if wo_distro == 'debian': if wo_platform_codename == 'jessie':