5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-28 05:16:08 +00:00

eliminar el destino de www

This commit is contained in:
f 2020-06-19 15:42:24 -03:00
parent 7c648bdae1
commit 00fafc2e84

View file

@ -30,6 +30,6 @@ class DeployWww < Deploy
private
def remove_destination!
File.rm_f destination
FileUtils.rm_f destination
end
end