Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leoporoli committed Oct 7, 2024
1 parent ace7f77 commit 29843bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kontrol-service/engine/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ func processServiceConfigs(
// the servicePlugins list contains both stateful and external plugins and, externalServices is a list of Kardinal services that are also linked with a plugin inside the availablePlugins list
servicePlugins, externalServices, newExternalServicesDependencies, err := newServicePluginsAndExternalServicesFromServiceConfig(serviceConfig, version, &clusterTopologyService, availablePlugins)
if err != nil {
return nil, nil, stacktrace.Propagate(err, "An error occurred creating new stateful availablePlugins and external services from service config '%s'", service.Name)
return nil, nil, stacktrace.Propagate(err, "An error occurred creating new stateful plugins and external services from service config '%s'", service.Name)
}
clusterTopologyService.StatefulPlugins = servicePlugins
clusterTopologyServices = append(clusterTopologyServices, externalServices...)
Expand Down

0 comments on commit 29843bd

Please sign in to comment.