From d1bd32500a56715f2a373871e7d1750bfb0c56de Mon Sep 17 00:00:00 2001
From: remi-filament <30716308+remi-filament@users.noreply.github.com>
Date: Tue, 12 Feb 2019 17:04:42 +0100
Subject: [PATCH] Fix typo from copy

---
 12.0.Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/12.0.Dockerfile b/12.0.Dockerfile
index 087e905..0c6139c 100644
--- a/12.0.Dockerfile
+++ b/12.0.Dockerfile
@@ -64,7 +64,7 @@ RUN set -x; \
         mv /tmp/oca-repos/partner-contact/partner_firstname /opt/odoo/additional_addons/ &&\
         git clone -b 12.0 --depth 1 https://github.com/OCA/server-brand.git /tmp/oca-repos/server-brand &&\
         mv /tmp/oca-repos/server-brand/disable_odoo_online /opt/odoo/additional_addons/ &&\
-        git clone -b 12.0 --depth 1 https://github.com/OCA/server-brand.git /tmp/oca-repos/server-ux &&\
+        git clone -b 12.0 --depth 1 https://github.com/OCA/server-ux.git /tmp/oca-repos/server-ux &&\
         mv /tmp/oca-repos/server-ux/date_range /opt/odoo/additional_addons/ &&\
         git clone -b 12.0 --depth 1 https://github.com/OCA/social.git /tmp/oca-repos/social &&\
         mv /tmp/oca-repos/social/mail_debrand /opt/odoo/additional_addons/ &&\
-- 
GitLab