diff options
| author | Joe Carstairs <me@joeac.net> | 2026-04-30 17:18:02 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-04-30 17:18:18 +0100 |
| commit | 260216c685f29bef8e62f5216364fa66d35ad1ae (patch) | |
| tree | 507249205e4efc8fbe88411b53fe3d8550e0bf57 | |
| parent | 2254ce56f60f130a6e5dc2e4ad7322e92861941d (diff) | |
fix Makefile
| -rw-r--r-- | capsule/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capsule/Makefile b/capsule/Makefile index c68d269..a0aec7d 100644 --- a/capsule/Makefile +++ b/capsule/Makefile @@ -20,5 +20,5 @@ loglog: microlog longlog $(LOGLOG_HEADER) add_feeds: $(COMITIUM_DATA)/feeds.txt rm -f $(COMITIUM_DATA)/comitium.json while read feed; do \ - comitium add --data "$(COMITIUM_DATA)" "$$feed"; \ + comitium add --data "$(COMITIUM_DATA)" $$feed; \ done <$(COMITIUM_DATA)/feeds.txt |
