From 8ff24150f2ea19d117b9b29527aef2cec84b2bc7 Mon Sep 17 00:00:00 2001 From: illybyy Date: Wed, 27 Apr 2022 17:37:01 +0800 Subject: [PATCH] fix syscap in bundle.json Signed-off-by: illybyy --- bundle.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index 154a8d3..9073a4c 100644 --- a/bundle.json +++ b/bundle.json @@ -13,7 +13,7 @@ "name": "time_native", "subsystem": "miscservices", "syscap": [ - "SystemCapability.Miscservices.Time" + "SystemCapability.MiscServices.Time" ], "features": [ ], @@ -73,4 +73,4 @@ ] } } -} \ No newline at end of file +}