5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-04 19:15:44 +00:00
This commit is contained in:
f 2022-04-06 17:23:42 -03:00
parent f10b65173a
commit 6fcdeb52f3

View file

@ -47,6 +47,14 @@ class DeployRsync < Deploy
false false
end end
def env
{
'HOME' => home_dir,
'PATH' => '/usr/bin',
'LANG' => ENV['LANG']
}
end
# Confiar en la primera llave que encontremos, fallar si cambian # Confiar en la primera llave que encontremos, fallar si cambian
# #
# @return [Symbol] # @return [Symbol]