mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 04:21:41 +00:00
typo
This commit is contained in:
parent
b60dff4df4
commit
b9f7dc4826
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class Deploy < ApplicationRecord
|
|||
end
|
||||
|
||||
def gems_dir
|
||||
@gems_dir ||= Rail.root.join('_storage', 'gems', site.name)
|
||||
@gems_dir ||= Rails.root.join('_storage', 'gems', site.name)
|
||||
end
|
||||
|
||||
# Corre un comando y devuelve true si terminó correctamente
|
||||
|
|
Loading…
Reference in a new issue