|
Post by nschellenberger on May 9, 2023 19:05:47 GMT
Another couple of very minor nits.
diff --git a/cmd/mreg/registries/License.1.0.1.json b/cmd/mreg/registries/License.1.0.1.json index 9c61dd76..ea173e1d 100644 --- a/cmd/mreg/registries/License.1.0.1.json +++ b/cmd/mreg/registries/License.1.0.1.json @@ -18,7 +18,7 @@ "MessageSeverity": "OK", "NumberOfArgs": 1, "ParamTypes": [ - "String" + "string" ], "ArgDescriptions": [ "The name of the license." @@ -96,7 +96,7 @@ "MessageSeverity": "Critical", "NumberOfArgs": 1, "ParamTypes": [ - "String" + "string" ], "ArgDescriptions": [ "The reason for the license installation failure."
|
|
|
Post by jautor on May 9, 2023 20:08:31 GMT
Yes, thanks - this was already reported and has been fixed in the next release of the registry.
Thanks, Jeff
|
|