Skip to content

Commit

Permalink
Set GitDirty alert for unknown status
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettsummerfi3ld committed Mar 9, 2024
1 parent 4456433 commit 739a596
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/frc/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public void robotInit() {
break;
default:
Logger.recordMetadata("GitDirty", "Unknown");
gitDirty.set(true);
break;
}

Expand Down

0 comments on commit 739a596

Please sign in to comment.