Remove Runner.Listener from error message

This commit is contained in:
Ferenc Hammerl
2021-05-26 15:23:36 +02:00
parent d091bcc5ef
commit 7db191ee71

View File

@@ -53,7 +53,7 @@ namespace GitHub.Runner.Listener.Configuration
Trace.Info(nameof(LoadSettings)); Trace.Info(nameof(LoadSettings));
if (!IsConfigured()) if (!IsConfigured())
{ {
throw new InvalidOperationException("Not configured. Run config.sh or invoke Runner.Listener with the argument [config]"); throw new InvalidOperationException("Not configured. Run config.(sh/cmd) to generate configuration.");
} }
RunnerSettings settings = _store.GetSettings(); RunnerSettings settings = _store.GetSettings();