Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Łukasz Magiera <[email protected]>
  • Loading branch information
magik6k committed Oct 30, 2018
1 parent e3e10c9 commit 30081a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/commands/pin.go
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ func pinLsKeys(ctx context.Context, args []string, typeStr string, n *core.IpfsN
default:
pinType = "indirect through " + pinType
}
keys[c.String()] = RefKeyObject{
keys[c.Cid().String()] = RefKeyObject{
Type: pinType,
}
}
Expand Down

0 comments on commit 30081a2

Please sign in to comment.