Skip to content

Commit

Permalink
[FIX] Mark /tmp/fake-odoo as safe
Browse files Browse the repository at this point in the history
  • Loading branch information
josep-tecnativa committed Sep 27, 2024
1 parent fc5b2c4 commit 5f4f9ee
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ mkdir /tmp/fake-odoo
cd /tmp/fake-odoo

git init
git config --global --add safe.directory /tmp/fake-odoo/.git
touch odoo-bin
git add odoo-bin
git commit -m odoo-bin
Expand Down

0 comments on commit 5f4f9ee

Please sign in to comment.