aboutsummaryrefslogtreecommitdiff
path: root/src/zenhorde/hordeprovisioner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenhorde/hordeprovisioner.cpp')
-rw-r--r--src/zenhorde/hordeprovisioner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenhorde/hordeprovisioner.cpp b/src/zenhorde/hordeprovisioner.cpp
index b08544d1a..26b130f6e 100644
--- a/src/zenhorde/hordeprovisioner.cpp
+++ b/src/zenhorde/hordeprovisioner.cpp
@@ -242,7 +242,7 @@ HordeProvisioner::GetAgentCount() const
compute::AgentProvisioningStatus
HordeProvisioner::GetAgentStatus(std::string_view WorkerId) const
{
- // Worker IDs are "horde-{LeaseId}" — strip the prefix to match lease ID
+ // Worker IDs are "horde-{LeaseId}" - strip the prefix to match lease ID
constexpr std::string_view Prefix = "horde-";
if (!WorkerId.starts_with(Prefix))
{