mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 08:31:42 +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
|
end
|
||||||
|
|
||||||
def gems_dir
|
def gems_dir
|
||||||
@gems_dir ||= Rail.root.join('_storage', 'gems', site.name)
|
@gems_dir ||= Rails.root.join('_storage', 'gems', site.name)
|
||||||
end
|
end
|
||||||
|
|
||||||
# Corre un comando y devuelve true si terminó correctamente
|
# Corre un comando y devuelve true si terminó correctamente
|
||||||
|
|
Loading…
Reference in a new issue