Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Song Gao committed Sep 12, 2019
1 parent bb326dc commit fd0c419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tkctl/cmd/get/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ func (o *GetOptions) PrintOutput(tc *v1alpha1.TidbCluster, resourceType string,
switch resourceType {
case kindTiKV:
tikvList := alias.TikvList(*podList)
return printer.PrintObj(tikvList, o.Out)
return printer.PrintObj(&tikvList, o.Out)
default:
break
}
Expand Down

0 comments on commit fd0c419

Please sign in to comment.