From 646e9b4f5f5049b6e4e8368c10de6ba4447a5a6e Mon Sep 17 00:00:00 2001 From: Yu Changchun Date: Sat, 29 Jan 2022 09:27:05 +0800 Subject: [PATCH] build: fix typo for SystemCapability Signed-off-by: Yu Changchun --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 7edc5e0..08130f9 100644 --- a/bundle.json +++ b/bundle.json @@ -14,7 +14,7 @@ "name": "linux", "subsystem": "kernel", "syscap": [ - "SystemCapabilit.Kernel.Linux" + "SystemCapability.Kernel.Linux" ], "features": [], "adapted_system_type": [ -- Gitee