5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2025-02-23 10:21:51 +00:00

Merge branch 'rails' into production.panel.sutty.nl

This commit is contained in:
f 2025-01-23 17:30:55 -03:00
commit abc2760ae6
No known key found for this signature in database

View file

@ -197,7 +197,6 @@ class Site
# Hace limpieza de LFS
def lfs_cleanup
git_sh("git", "lfs", "prune")
git_sh("git", "lfs", "dedup")
end
private