redshift: use `Dir.home` over `ENV["HOME"]`

master
Bo Anderson 2022-06-16 02:50:09 +01:00 committed by FX Coudert
parent 4507912784
commit b552b91563
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class Redshift < Formula
A sample .conf file has been installed to #{opt_pkgshare}.
Please note redshift expects to read its configuration file from
#{ENV["HOME"]}/.config/redshift/redshift.conf
#{Dir.home}/.config/redshift/redshift.conf
EOS
end