diff options
Diffstat (limited to 'weed/command/command.go')
| -rw-r--r-- | weed/command/command.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/command.go b/weed/command/command.go index 512cd6f8f..9fdf057e7 100644 --- a/weed/command/command.go +++ b/weed/command/command.go @@ -5,7 +5,7 @@ import ( "os" "strings" - flag "github.com/chrislusf/seaweedfs/weed/util/fla9" + flag "github.com/seaweedfs/seaweedfs/weed/util/fla9" ) var Commands = []*Command{ |
