Skip to content

Commit d3dc619

Browse files
authored
Merge pull request apache#68 from mesosphere/spark-334-config-schema
[SPARK-334] remove comma
2 parents 400a300 + d8a5792 commit d3dc619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/dcos_spark/data/config-schema/spark.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"distribution_directory": {
1212
"type": "string",
1313
"title": "Spark distribution directory",
14-
"description": "Local directory used to download and run Spark distributions",
14+
"description": "Local directory used to download and run Spark distributions"
1515
}
1616
},
1717
"additionalProperties": false

0 commit comments

Comments
 (0)