diff --git a/releasenotes/notes/gearmanectomy-ecec32b3764eafc1.yaml b/releasenotes/notes/gearmanectomy-ecec32b3764eafc1.yaml index 7985d030bc..f5aaa617bf 100644 --- a/releasenotes/notes/gearmanectomy-ecec32b3764eafc1.yaml +++ b/releasenotes/notes/gearmanectomy-ecec32b3764eafc1.yaml @@ -8,4 +8,4 @@ upgrade: Commands such as `zuul enqueue` which were previously executed via Gearman may still be used by creating an authentication token and - adding a `web` section to zuul.conf. + adding a `webclient` section to zuul.conf. diff --git a/zuul/cmd/client.py b/zuul/cmd/client.py index 3638564f28..490e47c590 100755 --- a/zuul/cmd/client.py +++ b/zuul/cmd/client.py @@ -609,7 +609,7 @@ class Client(zuul.cmd.ZuulApp): self.args.auth_token) else: print('Unable to find a way to connect to Zuul, add a ' - '"web" section to your configuration file') + '"webclient" section to your configuration file') sys.exit(1) if server is None: print('Missing "server" configuration value')