Replace remaining Agent -> Runner references (#229)

This commit is contained in:
Julio Barba
2019-12-16 15:45:00 -05:00
committed by GitHub
parent 86df779fe9
commit c3c66bb14a
6 changed files with 16 additions and 16 deletions

View File

@@ -434,7 +434,7 @@ namespace GitHub.Runner.Listener
}
catch (TaskAgentAccessTokenExpiredException)
{
Trace.Info("Agent OAuth token has been revoked. Shutting down.");
Trace.Info("Runner OAuth token has been revoked. Shutting down.");
}
return Constants.Runner.ReturnCode.Success;