aboutsummaryrefslogtreecommitdiff
path: root/weed/filesys/dir_rename.go
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2018-12-29 12:15:11 -0800
committerGitHub <noreply@github.com>2018-12-29 12:15:11 -0800
commit259a2c111e8e8916503ccc47b61f974ed55cdafc (patch)
tree16ad2b09566ed1a5c654c28049d562df0b9141d5 /weed/filesys/dir_rename.go
parent0c932d17384f9bfcccf5dd523289165fe3083b45 (diff)
parentd7bf6c5b91ea9ebe43d3d88a173c00650af66b20 (diff)
downloadseaweedfs-259a2c111e8e8916503ccc47b61f974ed55cdafc.tar.xz
seaweedfs-259a2c111e8e8916503ccc47b61f974ed55cdafc.zip
Merge pull request #809 from chrislusf/switching_to_seaweedfs_fuse
switching_to_seaweedfs_fuse
Diffstat (limited to 'weed/filesys/dir_rename.go')
-rw-r--r--weed/filesys/dir_rename.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/filesys/dir_rename.go b/weed/filesys/dir_rename.go
index 2cbec6b90..f52c3b876 100644
--- a/weed/filesys/dir_rename.go
+++ b/weed/filesys/dir_rename.go
@@ -1,8 +1,8 @@
package filesys
import (
- "bazil.org/fuse"
- "bazil.org/fuse/fs"
+ "github.com/seaweedfs/fuse"
+ "github.com/seaweedfs/fuse/fs"
"context"
"math"
"path/filepath"