5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-16 15:31:43 +00:00

fix: devolver true aunque no haga falta modificar la configuracion

This commit is contained in:
f 2023-03-22 20:00:39 -03:00
parent caa4861d79
commit 0263169074

View file

@ -31,7 +31,7 @@ class Site
# Escribe los cambios en el repositorio
def write
return if persisted?
return true if persisted?
@saved = Site::Writer.new(site: site, file: path,
content: content.to_yaml).save