aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_fs_mkdir.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/shell/command_fs_mkdir.go')
-rw-r--r--weed/shell/command_fs_mkdir.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/shell/command_fs_mkdir.go b/weed/shell/command_fs_mkdir.go
index 71a35cb68..30cd26a20 100644
--- a/weed/shell/command_fs_mkdir.go
+++ b/weed/shell/command_fs_mkdir.go
@@ -2,8 +2,8 @@ package shell
import (
"context"
- "github.com/chrislusf/seaweedfs/weed/pb/filer_pb"
- "github.com/chrislusf/seaweedfs/weed/util"
+ "github.com/seaweedfs/seaweedfs/weed/pb/filer_pb"
+ "github.com/seaweedfs/seaweedfs/weed/util"
"io"
"os"
"time"