Skip to content

Commit 294f287

Browse files
committed
fix typo
1 parent 67ddbc0 commit 294f287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/frc/robot/subsystems/auto/AutoSwitch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ private AutoCommandInterface getAutoCommand(int switchPos) {
514514
"startBargeToG",
515515
"GToBarge",
516516
"bargeToOppG",
517-
"OppGToOppbarge",
517+
"OppGToOppBarge",
518518
ScoringLevel.L2,
519519
new Pose2d(7.1, 3.7209, Rotation2d.fromRadians(3.14159)));
520520
}

0 commit comments

Comments
 (0)