about summary refs log tree commit diff stats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.go b/config/config.go
index ce59944..00a52ce 100644
--- a/config/config.go
+++ b/config/config.go
@@ -76,7 +76,7 @@ type AccountConfig struct {
 	Source          string
 	SourceCredCmd   string
 	Folders         []string
-	FoldersExclude	[]string
+	FoldersExclude  []string
 	Params          map[string]string
 	Outgoing        string
 	OutgoingCredCmd string