mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 21:06:22 +00:00
eliminar el destino de www
This commit is contained in:
parent
7c648bdae1
commit
00fafc2e84
1 changed files with 1 additions and 1 deletions
|
@ -30,6 +30,6 @@ class DeployWww < Deploy
|
||||||
private
|
private
|
||||||
|
|
||||||
def remove_destination!
|
def remove_destination!
|
||||||
File.rm_f destination
|
FileUtils.rm_f destination
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue