aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config-model/src/main/resources/schema/admin.rnc6
1 files changed, 3 insertions, 3 deletions
diff --git a/config-model/src/main/resources/schema/admin.rnc b/config-model/src/main/resources/schema/admin.rnc
index cfade886b06..55ca958e2bb 100644
--- a/config-model/src/main/resources/schema/admin.rnc
+++ b/config-model/src/main/resources/schema/admin.rnc
@@ -117,8 +117,8 @@ ClusterControllers = element cluster-controllers {
LogForwarding = element logforwarding {
element splunk {
- attribute deployment-server {xsd:string } &
- attribute management-port {xsd:positiveInteger } &
- attribute client-name {xsd:string }
+ attribute deployment-server { xsd:string } &
+ attribute management-port { xsd:positiveInteger } &
+ attribute client-name { xsd:string }
}
}