mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 19:21:45 +00:00
fix: corregido metodo lfs_cleanup
This commit is contained in:
parent
6c3b2ab022
commit
291c477aec
1 changed files with 2 additions and 2 deletions
|
@ -237,8 +237,8 @@ class Site
|
|||
end
|
||||
|
||||
def lfs_cleanup
|
||||
site.repository.git_sh("git", "lfs", "prune")
|
||||
site.repository.git_sh("git", "lfs", "dedup")
|
||||
git_sh("git", "lfs", "prune")
|
||||
git_sh("git", "lfs", "dedup")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue