diff options
Diffstat (limited to 'weed/command/filer.go')
| -rw-r--r-- | weed/command/filer.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/command/filer.go b/weed/command/filer.go index 30a8b6412..75809008d 100644 --- a/weed/command/filer.go +++ b/weed/command/filer.go @@ -74,12 +74,12 @@ var cmdFiler = &Command{ func runFiler(cmd *Command, args []string) bool { - f.start() + f.startFiler() return true } -func (fo *FilerOptions) start() { +func (fo *FilerOptions) startFiler() { defaultMux := http.NewServeMux() publicVolumeMux := defaultMux |
