From 18cb17225c003a6b20beb21a408c4df1a5c9ebfd Mon Sep 17 00:00:00 2001 From: Caohongtao Date: Tue, 24 Sep 2024 03:27:20 +0000 Subject: [PATCH] ogit: fix the bug * fix the bug about spelling mistakes 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