diff --git a/cmd/neofs-cli/modules/storagegroup/put.go b/cmd/neofs-cli/modules/storagegroup/put.go index 57a91afd1e..e0ae5a327f 100644 --- a/cmd/neofs-cli/modules/storagegroup/put.go +++ b/cmd/neofs-cli/modules/storagegroup/put.go @@ -95,6 +95,7 @@ func putSG(cmd *cobra.Command, _ []string) { headPrm.SetClient(cli) sg, err := storagegroup.CollectMembers(sgHeadReceiver{ + ctx: ctx, cmd: cmd, key: pk, ownerID: &ownerID,