sketchy fetchers: Remove trailing commas

This commit is contained in:
Thomas Stromberg 2022-12-20 08:03:14 -05:00
parent 40c20825e6
commit 44ca59c9d6
Failed to extract signature
2 changed files with 2 additions and 2 deletions

View File

@ -126,5 +126,5 @@ WHERE
-- These are typically curl -k calls
AND remote_addr NOT IN (
'releases.hashicorp.com',
'github.com',
'github.com'
)

View File

@ -123,5 +123,5 @@ WHERE
-- These are typically curl -k calls
AND remote_addr NOT IN (
'releases.hashicorp.com',
'github.com',
'github.com'
)