aboutsummaryrefslogtreecommitdiff
path: root/weed/command
diff options
context:
space:
mode:
Diffstat (limited to 'weed/command')
-rw-r--r--weed/command/filer_sync.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/filer_sync.go b/weed/command/filer_sync.go
index a1d0bd2ac..cafd51a16 100644
--- a/weed/command/filer_sync.go
+++ b/weed/command/filer_sync.go
@@ -36,7 +36,7 @@ type SyncOptions struct {
}
var (
- syncOptions SyncOptions
+ syncOptions SyncOptions
syncCpuProfile *string
syncMemProfile *string
)