Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Drapersniper committed Dec 3, 2023
1 parent 285ccce commit 67eab93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions root/app/functions/update-redbot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ if [ "${STORAGE_TYPE}" != "json" ]; then
fi

if [ -z "${PYLAV__DOCKER_DEV_SKIP_INSTALL:-}" ]; then
git git config --global --add safe.directory $PYLAV__DEV_LIB || true
git git config --global --add safe.directory $PYLAV__DEV_COG || true
git config --global --add safe.directory '*'
python /app/functions/pylav_setup.py
fi

Expand Down

0 comments on commit 67eab93

Please sign in to comment.