remove extra slash from webhook url

This commit is contained in:
zowoq 2023-11-04 13:47:55 +10:00
parent c6e90dbc4a
commit 3551cb6bef

View file

@ -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,
)