Fix category root selector. - gopher-lawn - The gopher lawn gopher directory project.
(HTM) git clone git://bitreich.org/gopher-lawn/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/gopher-lawn/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
---
(DIR) commit e1248602f5fee1b869cc55b48491c711f1d4ac85
(DIR) parent 33ab3e8d0d60e3457c3878ac97b5c4ad6ce10b74
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Fri, 28 Aug 2020 13:22:02 +0200
Fix category root selector.
Diffstat:
M lawn-mower/lawn-mower.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/lawn-mower/lawn-mower.py b/lawn-mower/lawn-mower.py
@@ -24,7 +24,7 @@ def main(args):
usage(args[0])
basedir = "./"
- categorysubdir = "c"
+ categorysubdir = "/c"
for o, a in opts:
if o == "-h":
usage(args[0])