Skip to content

Commit

Permalink
chore: adapt code after vendor update
Browse files Browse the repository at this point in the history
longhorn/longhorn-8430

Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com>
  • Loading branch information
c3y1huang committed Sep 27, 2024
1 parent 1c02f09 commit 5eacb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/instance/instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ func (ops V2DataEngineInstanceOps) InstanceGet(req *rpc.InstanceGetRequest) (*rp
}
return engineResponseToInstanceResponse(engine), nil
case types.InstanceTypeReplica:
replica, err := c.ReplicaGet(req.Name)
replica, err := c.ReplicaGet(req.Name, false)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 5eacb5c

Please sign in to comment.