diff --git a/src/Runner.Listener/Configuration/ConfigurationManager.cs b/src/Runner.Listener/Configuration/ConfigurationManager.cs index 6226a4d08..5b9e8985c 100644 --- a/src/Runner.Listener/Configuration/ConfigurationManager.cs +++ b/src/Runner.Listener/Configuration/ConfigurationManager.cs @@ -53,7 +53,7 @@ namespace GitHub.Runner.Listener.Configuration Trace.Info(nameof(LoadSettings)); 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();