Typo fixed (#1289)

This commit is contained in:
Daniel Asztalos
2021-09-01 21:59:18 +02:00
committed by GitHub
parent 1fc159e0df
commit 0464f77de3

View File

@@ -98,7 +98,7 @@ namespace GitHub.Runner.Listener
invokeScript.Start();
Trace.Info($"Update script start running");
await UpdateRunnerUpdateStateAsync("Runner will exit shortly for update, should back online within 10 seconds.");
await UpdateRunnerUpdateStateAsync("Runner will exit shortly for update, should be back online within 10 seconds.");
return true;
}