From: Jose Bollo Date: Wed, 22 Jan 2020 10:38:13 +0000 (+0100) Subject: low-can-apidef: Fix typo in permission X-Git-Tag: 8.99.5~2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=5c9daf29edd17f4cb39df850e0c451b368072def;p=apps%2Fagl-service-can-low-level.git low-can-apidef: Fix typo in permission The space at the end is not expected! Bug-AGL: SPEC-3115 Change-Id: I8c87e4827dc697d0605131a4f9e7f4720bf7cec4 Signed-off-by: Jose Bollo --- diff --git a/low-can-binding/binding/low-can-apidef.json b/low-can-binding/binding/low-can-apidef.json index db8af8ed..d3a6bb6e 100644 --- a/low-can-binding/binding/low-can-apidef.json +++ b/low-can-binding/binding/low-can-apidef.json @@ -86,7 +86,7 @@ "permission": "urn:AGL:permission:low-can:public:monitor" }, "write": { - "permission": "urn:AGL:permission::platform:can:write " + "permission": "urn:AGL:permission::platform:can:write" } }, "responses": {