Default .brew_livecheck_watchlist to String type
This commit is contained in:
parent
518af675fb
commit
9480de8f5d
@ -10,7 +10,7 @@ module Homebrew
|
|||||||
|
|
||||||
WATCHLIST_PATH = (
|
WATCHLIST_PATH = (
|
||||||
ENV["HOMEBREW_LIVECHECK_WATCHLIST"] ||
|
ENV["HOMEBREW_LIVECHECK_WATCHLIST"] ||
|
||||||
Pathname.new(Dir.home)/".brew_livecheck_watchlist"
|
"#{Dir.home}/.brew_livecheck_watchlist"
|
||||||
).freeze
|
).freeze
|
||||||
|
|
||||||
def livecheck_args
|
def livecheck_args
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user