Skip to content

Commit

Permalink
supermon: return Type in Catalog results
Browse files Browse the repository at this point in the history
  • Loading branch information
zellyn committed Nov 17, 2016
1 parent 9991af8 commit d738d0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/supermon/supermon.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ func (o operator) Catalog(subdir string) ([]disk.Descriptor, error) {
Sectors: l,
Length: l * 256,
Locked: false,
Type: disk.FiletypeBinary,
})
}
return descs, nil
Expand Down

0 comments on commit d738d0a

Please sign in to comment.