diff --git a/cmd/neofs-adm/internal/modules/morph/subnet.go b/cmd/neofs-adm/internal/modules/morph/subnet.go index 7eada053d..ff82045a4 100644 --- a/cmd/neofs-adm/internal/modules/morph/subnet.go +++ b/cmd/neofs-adm/internal/modules/morph/subnet.go @@ -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 },