Default .brew_livecheck_watchlist to String type

This commit is contained in:
Joshua Peek 2020-09-01 11:44:47 -07:00 committed by GitHub
parent 518af675fb
commit 9480de8f5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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