aboutsummaryrefslogtreecommitdiff
path: root/go/weed/fix.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/weed/fix.go')
-rw-r--r--go/weed/fix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/weed/fix.go b/go/weed/fix.go
index 159e2dbde..3c09727c1 100644
--- a/go/weed/fix.go
+++ b/go/weed/fix.go
@@ -37,7 +37,7 @@ func runFix(cmd *Command, args []string) bool {
if *fixVolumeCollection != "" {
fileName = *fixVolumeCollection + "_" + fileName
}
- indexFile, err := os.OpenFile(path.Join(*fixVolumePath, fileName+".idx"), os.O_WRONLY|os.O_CREATE, 0644)
+ indexFile, err := os.OpenFile(path.Join(*fixVolumePath, fileName+".idx"), os.O_WRONLY|os.O_CREATE|os.O_TRUNC, 0644)
if err != nil {
glog.Fatalf("Create Volume Index [ERROR] %s\n", err)
}