diff options
| author | Fuwn <[email protected]> | 2024-10-11 03:54:01 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-11 03:55:19 +0000 |
| commit | 893893d8442355ce2b38fc367aefc0e01253ce88 (patch) | |
| tree | 4d0ca9f4367620a7076619e6bcb485aa0e6551eb /wiene.go | |
| parent | format(sources.go): update field casing (diff) | |
| download | yae-893893d8442355ce2b38fc367aefc0e01253ce88.tar.xz yae-893893d8442355ce2b38fc367aefc0e01253ce88.zip | |
feat(wiene): switch default sources path
Diffstat (limited to 'wiene.go')
| -rw-r--r-- | wiene.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ func main() { Flags: []cli.Flag{ &cli.StringFlag{ Name: "sources", - Value: "./sources.json", + Value: "./wiene.json", Usage: "Sources path", }, }, |