Merge branch 'stable' into develop
This commit is contained in:
commit
fc00e94afa
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ module Configuration
|
||||||
|
|
||||||
def sidekiq_log
|
def sidekiq_log
|
||||||
path = Pathname.new environment.sidekiq.log.get
|
path = Pathname.new environment.sidekiq.log.get
|
||||||
path = Rails.root.join(path) unless pathname.absolute?
|
path = Rails.root.join(path) unless path.absolute?
|
||||||
path.to_s
|
path.to_s
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue