Skip to content

Commit 396070b

Browse files
blackgnezdoabhobe
authored andcommitted
Change git key to /Metadata
This will likely make them appear nicely in AdvantageScope Metadata tab. https://docs.advantagescope.org/tab-reference/metadata
1 parent 50e2d9f commit 396070b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/frc/robot/RobotContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ private final void logGitProperties(DataLog log) {
268268
// Log all git properties
269269
gitProps.forEach(
270270
(key, value) -> {
271-
String propertyPath = "/metadata/git/" + key.toString().replace('.', '/');
271+
String propertyPath = "/Metadata/" + key.toString();
272272
StringLogEntry entry = new StringLogEntry(log, propertyPath);
273273
entry.append(value.toString());
274274

0 commit comments

Comments
 (0)