Skip to content

Commit

Permalink
fix: typo in git command
Browse files Browse the repository at this point in the history
  • Loading branch information
rubencabrera committed Feb 26, 2024
1 parent 8e8b5a9 commit 704b5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ RUN git clone --branch 16.0 --depth 1 https://github.com/oca/account-analytic.gi


WORKDIR /opt/repos/other
RUN wit clone --branch 16 --depth 1 https://github.com/rubencabrera/odoo-addons.git rubencabrera-odoo-addons;
RUN git clone --branch 16 --depth 1 https://github.com/rubencabrera/odoo-addons.git rubencabrera-odoo-addons;

# Configuración
WORKDIR /opt
Expand Down

0 comments on commit 704b5a1

Please sign in to comment.