From 7e75c0595594b2b5ddac50991f6cd0f7e61633ad Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 28 Oct 2024 19:41:06 +0000 Subject: [PATCH] supybot: fix planet-dump-ng commit link typo --- cookbooks/supybot/templates/default/git.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/supybot/templates/default/git.conf.erb b/cookbooks/supybot/templates/default/git.conf.erb index 5d19c0095..e8a7078d9 100644 --- a/cookbooks/supybot/templates/default/git.conf.erb +++ b/cookbooks/supybot/templates/default/git.conf.erb @@ -50,7 +50,7 @@ commit message = [%s|%b|%a] %m %l short name = osm-planetdump-ng url = https://github.com/zerebubuth/planet-dump-ng.git branch = master -commit link = https://github.com/zerebubuth/planet-dump-ng-commit/%c +commit link = https://github.com/zerebubuth/planet-dump-ng/commit/%c channels = #osm-dev commit message = [%s|%b|%a] %m %l -- 2.39.5