diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-17 18:21:28 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-17 18:21:28 +0100 |
| commit | 99b54df28725f71f22bb8c38dcba675fcb9506fc (patch) | |
| tree | f162a9f92a751d184dd8d29dba1e75fe335aa162 /http | |
| parent | 70689047cae29c6a2c7f633531f97405c2e8f5a1 (diff) | |
fix bug in prune_blog: rm ''
Diffstat (limited to 'http')
| -rwxr-xr-x | http/bin/prune_blog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/bin/prune_blog b/http/bin/prune_blog index 35f7c3c..c972c61 100755 --- a/http/bin/prune_blog +++ b/http/bin/prune_blog @@ -38,5 +38,5 @@ do fi echo "No source file found to match post ${post} in blog ${BLOG}: removing ${post}" - rm "$out" + rm "$post" done |
