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:
parent
caa4861d79
commit
0263169074
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue