From 637768f3d2906a1779fb335a3cad1c82de3b6a7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=B6=85=E8=B1=AA?= Date: Wed, 25 Jun 2025 02:04:29 +0000 Subject: [PATCH] Modify the error content of README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 杨超豪 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a0af24..18a303c 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ config.json: "bootstrap_rpm_repo": [ { "name": "everything", - "repo": "https://repo.openeuler.org/openEuler-22.03-LTS-SP1/everything" + "repo": "https://repo.openeuler.org/openEuler-22.03-LTS-SP1/everything/" } ], "flags": { -- Gitee