mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #285] The config file example in readme.md has a typo #150
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Pescu123 on GitHub (Nov 6, 2023).
Original GitHub issue: https://github.com/sigoden/dufs/issues/285
The config file example in readme.md has a typo. The first line is server-path instead of serve-path. An error message would be nice if a config item is wrong or if it doesen't exist
@sigoden commented on GitHub (Nov 7, 2023):
serve-path is not typo.
serve-path: Specific path to serve@Pescu123 commented on GitHub (Nov 7, 2023):
It says server-path instead of serve-path... I tried using your config file example from the advanced topics section and the path wasn't changing. I had to change the first line to serve-path from server-path.
@sigoden commented on GitHub (Nov 7, 2023):
Ops,I found the problem.
b83cc69fixed it.Thank you.