5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 06:14:16 +00:00

fix: corregido metodo lfs_cleanup

This commit is contained in:
jazzari 2024-03-01 13:11:04 -03:00
parent 6c3b2ab022
commit 291c477aec

View file

@ -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