redshift: use `Dir.home` over `ENV["HOME"]`
parent
4507912784
commit
b552b91563
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue