diff --git a/vendor-update/vendor-update.py b/vendor-update/vendor-update.py index 1de561c..aceae5f 100644 --- a/vendor-update/vendor-update.py +++ b/vendor-update/vendor-update.py @@ -27,7 +27,7 @@ def getProjectYear() -> str: - settings = Path.cwd().joinpath(".wpilib\\wpilib_preferences.json") + settings = Path.cwd().joinpath(".wpilib/wpilib_preferences.json") with settings.open(mode="r", encoding="utf-8") as f: wpilib_settings = json.load(f) return wpilib_settings.get("projectYear", None)