diff options
Diffstat (limited to 'weed/command/export.go')
| -rw-r--r-- | weed/command/export.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/weed/command/export.go b/weed/command/export.go index 0f7496472..72fcae9fb 100644 --- a/weed/command/export.go +++ b/weed/command/export.go @@ -14,6 +14,7 @@ import ( "github.com/chrislusf/seaweedfs/weed/glog" "github.com/chrislusf/seaweedfs/weed/storage" + "github.com/chrislusf/seaweedfs/weed/storage/types" ) const ( @@ -157,7 +158,7 @@ func runExport(cmd *Command, args []string) bool { type nameParams struct { Name string - Id uint64 + Id types.NeedleId Mime string Key string Ext string |
