From b11312dd289767a12aa0022ff5d0c1d70cb59213 Mon Sep 17 00:00:00 2001
From: remi-filament <30716308+remi-filament@users.noreply.github.com>
Date: Wed, 31 Mar 2021 10:13:41 +0200
Subject: [PATCH] Fix comment and mv command

---
 14.0.Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/14.0.Dockerfile b/14.0.Dockerfile
index 04b530a..e9d5f11 100644
--- a/14.0.Dockerfile
+++ b/14.0.Dockerfile
@@ -86,8 +86,8 @@ RUN set -x; \
            /tmp/oca-repos/server-ux/mass_editing \
            /opt/odoo/additional_addons/ &&\
         #git clone -b 14.0 --depth 1 https://github.com/OCA/social.git /tmp/oca-repos/social &&\
-        #mv /tmp/oca-repos/social/base_search_mail_content \
-           /tmp/oca-repos/social/mail_debrand \
+        mv  /tmp/oca-repos/social/mail_debrand \
+        # /tmp/oca-repos/social/base_search_mail_content \
            /opt/odoo/additional_addons/ &&\
         git clone -b 14.0 --depth 1 https://github.com/OCA/web.git /tmp/oca-repos/web &&\
         mv /tmp/oca-repos/web/web_environment_ribbon \
-- 
GitLab