mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
[rtns] Match imaging tool capitalization (#5265)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user