Skip to content
Snippets Groups Projects
Commit 518af675 authored by Joshua Peek's avatar Joshua Peek
Browse files

Fix reading HOMEBREW_LIVECHECK_WATCHLIST file

parent 2b4f3646
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ module Homebrew
args.formulae
elsif File.exist?(WATCHLIST_PATH)
begin
WATCHLIST_PATH.read.lines.map do |line|
Pathname.new(WATCHLIST_PATH).read.lines.map do |line|
next if line.start_with?("#")
Formula[line.strip]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment