diff --git a/roborioteamnumbersetter/src/main/native/cpp/DeploySession.cpp b/roborioteamnumbersetter/src/main/native/cpp/DeploySession.cpp index 380cfe0eb2..b6fced44b5 100644 --- a/roborioteamnumbersetter/src/main/native/cpp/DeploySession.cpp +++ b/roborioteamnumbersetter/src/main/native/cpp/DeploySession.cpp @@ -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) {