From 354678dc8723a6c41a4055294d6067b855995b09 Mon Sep 17 00:00:00 2001 From: liduo Date: Fri, 20 Jun 2025 11:28:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9md=E6=96=87=E6=A1=A3=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E4=B8=8B=E8=BD=BD=E4=BB=A3=E7=A0=81=E7=9A=84=E5=88=86?= =?UTF-8?q?=E6=94=AF=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liduo --- code/DocsSample/ResourceManagement/RawFile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/DocsSample/ResourceManagement/RawFile/README.md b/code/DocsSample/ResourceManagement/RawFile/README.md index 5386077e2e..86c86d6532 100644 --- a/code/DocsSample/ResourceManagement/RawFile/README.md +++ b/code/DocsSample/ResourceManagement/RawFile/README.md @@ -68,5 +68,5 @@ git init git config core.sparsecheckout true echo code/DocsSample/ResourceManagement/RawFile/ > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git -git pull origin main +git pull origin master ``` \ No newline at end of file -- Gitee