aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/configuration.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/filer/configuration.go')
-rw-r--r--weed/filer/configuration.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filer/configuration.go b/weed/filer/configuration.go
index af9c75962..5793e2b78 100644
--- a/weed/filer/configuration.go
+++ b/weed/filer/configuration.go
@@ -68,7 +68,7 @@ func (f *Filer) LoadConfiguration(config *viper.Viper) {
if err := store.Initialize(config, key+"."); err != nil {
glog.Fatalf("Failed to initialize store for %s: %+v", key, err)
}
- location := config.GetString(key+".location")
+ location := config.GetString(key + ".location")
if location == "" {
glog.Errorf("path-specific filer store needs %s", key+".location")
os.Exit(-1)