Merge pull request #103 from tstromberg/sketchy-fetcher-refactor

sketchy fetchers: Remove trailing commas
This commit is contained in:
Thomas Strömberg 2022-12-20 08:03:54 -05:00 committed by GitHub
commit fd2b240344
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'
)