1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2026-01-17 13:39:46 +00:00

chore: various tweaks to support running tests in the CI

هذا الالتزام موجود في:
Adam Cooke
2021-07-26 17:38:03 +00:00
الأصل 9288d642b9
التزام c09ab62d0c
21 ملفات معدلة مع 334 إضافات و103 حذوفات

عرض الملف

@@ -39,7 +39,7 @@ module Postal
elsif __FILE__ =~ /\A\/opt\/postal/
Pathname.new("/opt/postal/config")
else
Pathname.new(File.expand_path("../../../config", __FILE__))
Pathname.new(File.expand_path("../../../config/postal", __FILE__))
end
end
end