Skip to content

Commit ff1a8fb

Browse files
committed
chore: fix comment
1 parent 3aa8fea commit ff1a8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/machine/machine.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ func NewMachine(config *Config) (*Machine, error) {
209209
}
210210
c := cluster.NewCluster(corroStore, corroAdmin)
211211

212-
// Init a gRPC Docker server that proxies requests to the local Docker daemon.
212+
// Init dependencies for a gRPC Docker server that proxies requests to the local Docker daemon.
213213
dockerCli, err := client.NewClientWithOpts(client.FromEnv, client.WithAPIVersionNegotiation())
214214
if err != nil {
215215
return nil, fmt.Errorf("create Docker client: %w", err)

0 commit comments

Comments
 (0)