From ed43149c3c8d24c84a19036d64394a93b1bcf5fa Mon Sep 17 00:00:00 2001 From: Olivier Leger Date: Mon, 2 Nov 2020 09:39:26 -0500 Subject: [PATCH] Use "master" branch of kobo-docker --- helpers/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/config.py b/helpers/config.py index 6b5454a..d8cbded 100644 --- a/helpers/config.py +++ b/helpers/config.py @@ -32,7 +32,7 @@ class Config(with_metaclass(Singleton)): DEFAULT_PROXY_PORT = "8080" DEFAULT_NGINX_PORT = "80" DEFAULT_NGINX_HTTPS_PORT = "443" - KOBO_DOCKER_BRANCH = 'add-wale-support' + KOBO_DOCKER_BRANCH = 'master' KOBO_INSTALL_VERSION = '3.4.0' def __init__(self):