Compare commits

...

1 Commits

Author SHA1 Message Date
Lokesh Gopu
ceb092f7f3 Update exception message 2020-06-11 17:16:05 -04:00

View File

@@ -210,7 +210,7 @@ namespace GitHub.Runner.Listener.Configuration
else if (command.Unattended) else if (command.Unattended)
{ {
// if not replace and it is unattended config. // if not replace and it is unattended config.
throw new TaskAgentExistsException($"Pool {runnerSettings.PoolId} already contains a runner with name {runnerSettings.AgentName}."); throw new TaskAgentExistsException($"A runner exists with the same name {runnerSettings.AgentName}.");
} }
} }
else else