aboutsummaryrefslogtreecommitdiff
path: root/SBoTools
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-05-15 11:44:28 -0400
committerB. Watson <urchlay@slackware.uk>2026-05-15 11:44:28 -0400
commitf8b811cf22440ee4f0f2ccedc5b5339bfe00d9e5 (patch)
tree9ba895ef8a2376ebc11b9a14c587ed1ab26e9314 /SBoTools
parentf37fb51cdf9dffa01cc7c098cc6ff36490f7fecc (diff)
downloadlimnoria.slackfacts.plugins-f8b811cf22440ee4f0f2ccedc5b5339bfe00d9e5.tar.gz
Add missing / at end of URL.HEADmaster
Diffstat (limited to 'SBoTools')
-rw-r--r--SBoTools/plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SBoTools/plugin.py b/SBoTools/plugin.py
index 092f0ce..0831df0 100644
--- a/SBoTools/plugin.py
+++ b/SBoTools/plugin.py
@@ -211,7 +211,7 @@ class SBoTools(callbacks.Plugin):
plural = "s"
lines.append(str(depcount) + " dep" + plural + ":" + deps)
- lines.append(" => https://slackbuilds.org/repository/15.0/" + cname + "/" + bname)
+ lines.append(" => https://slackbuilds.org/repository/15.0/" + cname + "/" + bname + "/")
irc.replies(lines, joiner=' ')
def sboinfo(self, irc, msg, args, catbuild):