Skip to content

Commit

Permalink
fix: missing semicolon in list of repos to clone
Browse files Browse the repository at this point in the history
  • Loading branch information
rubencabrera committed Oct 19, 2019
1 parent ea1dce7 commit 365c690
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 @@ -131,7 +131,7 @@ RUN git clone --branch 12.0 --depth 1 https://github.com/oca/account-analytic.gi
git clone --branch 12.0 --depth 1 https://github.com/oca/management-system.git; \
git clone --branch 12.0 --depth 1 https://github.com/oca/manufacture.git; \
git clone --branch 12.0 --depth 1 https://github.com/oca/manufacture-reporting.git; \
git clone --branch 12.0 --depth 1 https://github.com/oca/margin-analysis.git \
git clone --branch 12.0 --depth 1 https://github.com/oca/margin-analysis.git; \
git clone --branch 12.0 --depth 1 https://github.com/oca/operating-unit.git; \
git clone --branch 12.0 --depth 1 https://github.com/oca/partner-contact.git; \
git clone --branch 12.0 --depth 1 https://github.com/oca/pos.git; \
Expand Down

0 comments on commit 365c690

Please sign in to comment.