diff options
Diffstat (limited to 'weed/command/shell.go')
| -rw-r--r-- | weed/command/shell.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/weed/command/shell.go b/weed/command/shell.go index 2adac4d0e..79f8b8bf9 100644 --- a/weed/command/shell.go +++ b/weed/command/shell.go @@ -1,9 +1,9 @@ package command import ( - "github.com/joeslay/seaweedfs/weed/security" - "github.com/joeslay/seaweedfs/weed/shell" - "github.com/joeslay/seaweedfs/weed/util" + "github.com/chrislusf/seaweedfs/weed/security" + "github.com/chrislusf/seaweedfs/weed/shell" + "github.com/chrislusf/seaweedfs/weed/util" "github.com/spf13/viper" ) |
