This commit is contained in:
2025-10-13 08:30:42 +04:00
parent cf304e004e
commit b154a91867
31 changed files with 242 additions and 242 deletions

View File

@@ -2,7 +2,7 @@ module gittools
pub fn (mut repo GitRepo) check() ! {
repo.init()!
if repo.lfs()! {
repo.lfs_check()!
}
// if repo.lfs()! {
// repo.lfs_check()!
// }
}