Fix category root selector. - gopher-lawn - The gopher lawn gopher directory pr… | |
git clone git://bitreich.org/gopher-lawn/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhf… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit e1248602f5fee1b869cc55b48491c711f1d4ac85 | |
parent 33ab3e8d0d60e3457c3878ac97b5c4ad6ce10b74 | |
Author: Christoph Lohmann <[email protected]> | |
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(-) | |
--- | |
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]) |