aboutsummaryrefslogtreecommitdiff
path: root/weed/fix.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2013-02-10 03:31:40 -0800
committerChris Lu <chris.lu@gmail.com>2013-02-10 03:31:40 -0800
commit55f2627fcf965c3765ad9b63878e9a22a59f4b55 (patch)
treeedbdce3e9a4751d4f49250aac881507446606958 /weed/fix.go
parentab6fb13ad795763ba7fc7c91696d2890be6da543 (diff)
downloadseaweedfs-55f2627fcf965c3765ad9b63878e9a22a59f4b55.tar.xz
seaweedfs-55f2627fcf965c3765ad9b63878e9a22a59f4b55.zip
testing new directory structure
Diffstat (limited to 'weed/fix.go')
-rw-r--r--weed/fix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/fix.go b/weed/fix.go
index 0a21965b7..85693d9b1 100644
--- a/weed/fix.go
+++ b/weed/fix.go
@@ -4,7 +4,7 @@ import (
"log"
"os"
"path"
- "weed/storage"
+ "code.google.com/p/weed-fs/weed/storage"
"strconv"
)