Skip to content

Commit 430628b

Browse files
authored
Change \ to / in known issues as it is referring to MacOS (#1784)
1 parent 3ac60fa commit 430628b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/docs/yearly-overview/known-issues.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Simulation crashes on Mac after updating WPILib
3939

4040
**Issue:** On macOS, after updating the project to use a newer version of WPILib, running simulation immediately crashes without the GUI appearing.
4141

42-
**Workaround:** In VS Code, run WPILib | Run a command in Gradle, ``clean``. Alternatively, run ``.\gradlew clean`` in the terminal or delete the build directory.
42+
**Workaround:** In VS Code, run WPILib | Run a command in Gradle, ``clean``. Alternatively, run ``./gradlew clean`` in the terminal or delete the build directory.
4343

4444
Invalid build due to missing GradleRIO
4545
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)