Skip to content

Commit

Permalink
fix: metatype typo in container orchestrator (#4981)
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryIvo authored Nov 15, 2023
1 parent 037d68e commit 13f5f19
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
-->
<MetaData xmlns="http://www.osgi.org/xmlns/metatype/v1.2.0" localization="en_us">
<OCD id="org.eclipse.kura.container.orchestration.provider.ContainerOrchestrationService" name="Container Orchestration Service"
description="The ContainerOrchestrationService connects to locally running Docker/Podman/... instances, and allows for container management.">
description="The ContainerOrchestrationService connects to locally running Docker/Podman instances, and allows for container management.">


<AD id="enabled" name="Enabled" type="Boolean" cardinality="0" required="true" default="false"
Expand All @@ -31,4 +31,4 @@
<Designate pid="org.eclipse.kura.container.orchestration.provider.ContainerOrchestrationService">
<Object ocdref="org.eclipse.kura.container.orchestration.provider.ContainerOrchestrationService" />
</Designate>
</MetaData>
</MetaData>

0 comments on commit 13f5f19

Please sign in to comment.