summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--aux/www-refresh.service2
-rw-r--r--cmd/generate/main.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/aux/www-refresh.service b/aux/www-refresh.service
index 1c3b209..d6ecde1 100644
--- a/aux/www-refresh.service
+++ b/aux/www-refresh.service
@@ -1,5 +1,5 @@
[Unit]
-Description="Website update cron job"
+Description=Website update cron job
[Service]
Type=oneshot
diff --git a/cmd/generate/main.go b/cmd/generate/main.go
index 7ed67cf..7fa842f 100644
--- a/cmd/generate/main.go
+++ b/cmd/generate/main.go
@@ -100,7 +100,7 @@ func mainWithError() error {
if err := tmpl.Execute(&out, map[string]any{
"Contribs": contribs,
"Tags": tags,
- "upstreams": upstreams,
+ "Upstreams": upstreams,
}); err != nil {
return err
}