forked from TrueCloudLab/frostfs-node
[#979] adm/subnet: Fix print out of subnet info in get
cmd
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
6f41cd86ed
commit
cc8a0037e0
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ var cmdSubnetGet = &cobra.Command{
|
||||||
|
|
||||||
info.ReadOwner(&ownerID)
|
info.ReadOwner(&ownerID)
|
||||||
|
|
||||||
cmd.Printf("Owner: %s\n", ownerID)
|
cmd.Printf("Owner: %s\n", &ownerID)
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue