diff --git a/tools/autobot.sh b/tools/autobot.sh index ef0bacdea..d10f87c87 100755 --- a/tools/autobot.sh +++ b/tools/autobot.sh @@ -37,7 +37,7 @@ while :; do sleep 90 # IMPORTANT: use normal ASCII quotes, not “smart quotes”. - codex exec --full-auto "$KICKSTART_FILE" || exit $? + codex exec --full-auto --cd="" "$KICKSTART_FILE" || exit $? done