sketchy fetchers: Remove trailing commas
This commit is contained in:
parent
40c20825e6
commit
44ca59c9d6
|
@ -126,5 +126,5 @@ WHERE
|
|||
-- These are typically curl -k calls
|
||||
AND remote_addr NOT IN (
|
||||
'releases.hashicorp.com',
|
||||
'github.com',
|
||||
'github.com'
|
||||
)
|
|
@ -123,5 +123,5 @@ WHERE
|
|||
-- These are typically curl -k calls
|
||||
AND remote_addr NOT IN (
|
||||
'releases.hashicorp.com',
|
||||
'github.com',
|
||||
'github.com'
|
||||
)
|
Loading…
Reference in New Issue