mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 11:41:41 +00:00
devolver una string
This commit is contained in:
parent
4e461e7af6
commit
36cf199548
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class DeployLocal < Deploy
|
|||
end
|
||||
|
||||
def yarn_cache_dir
|
||||
Rails.root.join('_yarn_cache')
|
||||
Rails.root.join('_yarn_cache').to_s
|
||||
end
|
||||
|
||||
def yarn_lock
|
||||
|
|
Loading…
Reference in a new issue