chore: pass current store DB version when adding new machine to cluster

This commit is contained in:
Pasha Sviderski
2025-12-19 18:51:49 +10:00
parent fc847093d2
commit 436671457d
2 changed files with 17 additions and 2 deletions
+1
View File
@@ -13,6 +13,7 @@ import (
)
func (cli *Client) InspectMachine(ctx context.Context, nameOrID string) (*pb.MachineMember, error) {
// TODO: refactor to use MachineClient.InspectMachine.
machines, err := cli.ListMachines(ctx, nil)
if err != nil {
return nil, err