Skip to content

Commit

Permalink
Merge branch 'master' into log-message
Browse files Browse the repository at this point in the history
  • Loading branch information
innobead authored Jul 11, 2023
2 parents ba5dd0a + 83197d8 commit dd05520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engineapi/instance_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func (c *InstanceManagerClient) Close() error {
}

if c.diskServiceGrpcClient != nil {
err = multierr.Append(err, c.instanceServiceGrpcClient.Close())
err = multierr.Append(err, c.diskServiceGrpcClient.Close())
}

if c.instanceServiceGrpcClient != nil {
Expand Down

0 comments on commit dd05520

Please sign in to comment.