commit | 2af5540bac8ca60443a2688059eddbdbfdf290b6 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sat Apr 13 17:49:11 2024 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Fri May 03 20:34:27 2024 -0700 |
tree | 0729522097b25f3c8255df35c64c7d390c1b1f5b | |
parent | 3a3d07c96cf5e0dc352fb9b25b69ddd059fb1317 [diff] |
Fix sandbox escape in robot_state_config ../org_frc971 isn't available in workers. Change-Id: Iffaa26a57bbf7230f03e1ce9b5752c7c306d622a Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/frc971/input/robot_state_config.json b/frc971/input/robot_state_config.json index e5d2c3b..3fe7227 100644 --- a/frc971/input/robot_state_config.json +++ b/frc971/input/robot_state_config.json
@@ -12,6 +12,6 @@ } ], "imports": [ - "../../../org_frc971/aos/events/aos.json" + "../../aos/events/aos.json" ] }