From 3551cb6befaf4d2b75a0d4624061b655aa36793d Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Sat, 4 Nov 2023 13:47:55 +1000 Subject: [PATCH] remove extra slash from webhook url --- buildbot_nix/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot_nix/__init__.py b/buildbot_nix/__init__.py index 315af1b..a7f33e8 100644 --- a/buildbot_nix/__init__.py +++ b/buildbot_nix/__init__.py @@ -721,7 +721,7 @@ class NixConfigurator(ConfiguratorBase): project.owner, project.repo, self.github.token(), - f"{self.url}/change_hook/github", + self.url + "change_hook/github", webhook_secret, )