From cd45188c7d54fdcd0736069d4fa0aa1cd5af8d26 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com>
Date: Wed, 18 Jan 2023 15:18:38 +0100
Subject: [PATCH] [FIX] remove double &&

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

diff --git a/16.0-scratch.Dockerfile b/16.0-scratch.Dockerfile
index 7481354..aee91ca 100644
--- a/16.0-scratch.Dockerfile
+++ b/16.0-scratch.Dockerfile
@@ -99,7 +99,7 @@ RUN mkdir -p \
         /tmp/oca-repos/l10n-france \
     && mv /tmp/oca-repos/l10n-france/l10n_fr_siret \
        /tmp/oca-repos/l10n-france/l10n_fr_siret_lookup \
-       /newroot/opt/odoo/additional_addons/ &&\
+       /newroot/opt/odoo/additional_addons/ \
     && git clone -b 16.0 --depth 1 \
         https://github.com/OCA/partner-contact.git \
         /tmp/oca-repos/partner-contact \
@@ -109,7 +109,7 @@ RUN mkdir -p \
     && git clone -b 16.0 --depth 1 \
         https://github.com/OCA/project.git \
         /tmp/oca-repos/project \
-     && mv /tmp/oca-repos/project/project_task_default_stage \
+    && mv /tmp/oca-repos/project/project_task_default_stage \
         /tmp/oca-repos/project/project_template \
         /newroot/opt/odoo/additional_addons/ \
 #    && git clone -b 16.0 --depth 1 \
-- 
GitLab