Skip to content

Commit d469fe6

Browse files
author
Gal Topper
authored
Fix log. (#49)
1 parent 621f070 commit d469fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/tsdbctl/check.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func (cc *checkCommandeer) check() error {
9696
input := v3io.GetItemInput{Path: objPath, AttributeNames: allAtters}
9797
resp, err := container.Sync.GetItem(&input)
9898
if err != nil {
99-
return errors.Wrap(err, "GetItems err")
99+
return errors.Wrap(err, "failed to GetItem")
100100
}
101101

102102
// print metadata

0 commit comments

Comments
 (0)