5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-26 13:16:21 +00:00

Merge branch 'blazer' into panel.sutty.nl

This commit is contained in:
f 2022-08-03 13:25:31 -03:00
commit 7e0c8dcb34

View file

@ -109,7 +109,7 @@ class UriCollectionJob < PeriodicJob
# #
# TODO: Cambiar al mergear origin-referer # TODO: Cambiar al mergear origin-referer
def destinations def destinations
@destinations ||= site.deploys.map(&:destination).select do |d| @destinations ||= site.deploys.map(&:destination).compact.select do |d|
File.directory?(d) File.directory?(d)
end.map do |d| end.map do |d|
File.realpath(d) File.realpath(d)