From a9bff710334f1ef8db27d0da632576aff3bf7210 Mon Sep 17 00:00:00 2001 From: Andres Erbsen Date: Wed, 24 Apr 2019 20:05:28 -0400 Subject: [PATCH] Use name= instead of runner= in example config worker/context.go:92 seems to expect this; I wasn't able to run the service without it. --- config.example.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.ini b/config.example.ini index bde16eb..5cd104b 100644 --- a/config.example.ini +++ b/config.example.ini @@ -78,7 +78,7 @@ oauth-client-secret= [builds.sr.ht::worker] # # Name of this build runner -runner=runner.sr.ht.local +name=runner.sr.ht.local # # Path to write build logs buildlogs=./logs -- 2.38.5