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