From 19b4df478d8ee5113d8d4220e0756123532384cb Mon Sep 17 00:00:00 2001 From: yudechen Date: Sun, 9 Oct 2022 10:17:05 +0800 Subject: [PATCH] fix: change destpath to destPath. Signed-off-by: yudechen Change-Id: I0438ed171312a53b58ff7241cca812ed97f45a48 --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index d103312..9e7082e 100644 --- a/bundle.json +++ b/bundle.json @@ -4,7 +4,7 @@ "description": "c_utils", "publishAs": "code-segment", "segment": { - "destpath": "commonlibrary/c_utils" + "destPath": "commonlibrary/c_utils" }, "scripts": { "install": "DEST_PATH=${DEP_BUNDLE_BASE}/commonlibrary/c_utils/base && mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH" -- Gitee