File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -67,9 +67,6 @@ parameterNotObject = "Parameter '%{name}' is not an object"
6767invokePropertyExpressions = " Invoke property expressions"
6868invokeExpression = " Invoke property expression for %{name}: %{value}"
6969
70- [discovery .mod ]
71- extensionUnexpcted = " Extension '%{extension}' not expected"
72-
7370[discovery .commandDiscovery ]
7471couldNotReadSetting = " Could not read 'resourcePath' setting"
7572appendingEnvPath = " Appending PATH to resourcePath"
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ impl DscRepoSchema for ExtensionManifest {
4242 fn schema_metadata ( ) -> schemars:: schema:: Metadata {
4343 schemars:: schema:: Metadata {
4444 title : Some ( t ! ( "extensions.extension_manifest.extensionManifestSchemaTitle" ) . into ( ) ) ,
45- description : Some ( t ! ( "extensions.extension_manifest.extensioneManifestSchemaDescription " ) . into ( ) ) ,
45+ description : Some ( t ! ( "extensions.extension_manifest.extensionManifestSchemaDescription " ) . into ( ) ) ,
4646 ..Default :: default ( )
4747 }
4848 }
You can’t perform that action at this time.
0 commit comments