Skip to content

Commit

Permalink
fix: add /buildroot to the safe directories so git can correctly get …
Browse files Browse the repository at this point in the history
…the versions (#211)
  • Loading branch information
ryanthecoder authored Oct 19, 2023
1 parent 3bb002d commit 1386c06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions in_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ if [[ -n "${FILTER}" ]]; then
fi

git config --global --add safe.directory /opentrons
git config --global --add safe.directory /buildroot

if [[ -z "${filter}" ]]; then
echo "Unfiltered make"
Expand Down

0 comments on commit 1386c06

Please sign in to comment.