[rtns] Match imaging tool capitalization (#5265)

This commit is contained in:
Cory
2023-04-28 23:57:12 -04:00
committed by GitHub
parent a63d06ff77
commit 9cbeb841f5

View File

@@ -85,7 +85,7 @@ bool DeploySession::ChangeTeamNumber(const std::string& macAddress,
session.Execute(fmt::format(
"/usr/local/natinst/bin/nirtcfg "
"--file=/etc/natinst/share/ni-rt.ini --set "
"section=systemsettings,token=host_name,value=roborio-{"
"section=systemsettings,token=host_name,value=roboRIO-{"
"}-FRC ; sync",
teamNumber));
} catch (const SshSession::SshException& e) {