From f8f1a1c52e06fbb5c8c701c2b7f52e9be3cebbf6 Mon Sep 17 00:00:00 2001 From: Caohongtao Date: Mon, 2 Sep 2024 08:14:06 +0000 Subject: [PATCH] ogit:fix spelling mistake * the failed spelling mistake,you need to change the word. Signed-off-by: Caohongtao --- src/oebuild/ogit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oebuild/ogit.py b/src/oebuild/ogit.py index b67447e..ec384e3 100644 --- a/src/oebuild/ogit.py +++ b/src/oebuild/ogit.py @@ -99,7 +99,7 @@ class OGit: else: repo.git.checkout(version) except GitCommandError: - logger.error("update faild") + logger.error("update failed") return False logger.info("Fetching into %s successful\n", self._repo_dir) return True -- Gitee