diff --git a/src/Runner.Listener/Configuration/ConfigurationManager.cs b/src/Runner.Listener/Configuration/ConfigurationManager.cs index 8d08b063e..6226a4d08 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"); + throw new InvalidOperationException("Not configured. Run config.sh or invoke Runner.Listener with the argument [config]"); } RunnerSettings settings = _store.GetSettings();