[#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:
Leonard Lyubich 2021-12-01 17:22:06 +03:00 committed by LeL
parent 6f41cd86ed
commit cc8a0037e0

View file

@ -367,7 +367,7 @@ var cmdSubnetGet = &cobra.Command{
info.ReadOwner(&ownerID)
cmd.Printf("Owner: %s\n", ownerID)
cmd.Printf("Owner: %s\n", &ownerID)
return nil
},