Skip to content

Commit

Permalink
Wrong check
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed May 18, 2024
1 parent e7002de commit e05573b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/site-scan.rb
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def parse(id, site, name, podling=false)
subpages[site2.to_s] = a
end
rescue StandardError => e
if show_anyway or !%w(a_href).include?('fineract.gateway.scarf.sh/{version}') # reported, but not yet fixed, so suppress noise
if show_anyway or !a_href.include?('fineract.gateway.scarf.sh/{version}') # reported, but not yet fixed, so suppress noise
$stderr.puts "#{id}: Bad a_href #{a_href} #{e}"
end
end
Expand Down

0 comments on commit e05573b

Please sign in to comment.