Skip to content

Commit 67eab93

Browse files
committed
Fix build
1 parent 285ccce commit 67eab93

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

root/app/functions/update-redbot.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ if [ "${STORAGE_TYPE}" != "json" ]; then
1414
fi
1515

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

0 commit comments

Comments
 (0)