diff --git a/snapshot.go b/snapshot.go index 4f416f741a..dcdcac304d 100644 --- a/snapshot.go +++ b/snapshot.go @@ -52,7 +52,7 @@ func (ss *Snapshot) save() error { return err } - // force the change writting to disk + // force the change writing to disk file.Sync() return err }