Update cwhub.go

This commit is contained in:
AlteredCoder 2022-02-03 18:27:09 +01:00 committed by GitHub
parent 44d2eaad51
commit fa9664af71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ var ItemTypes = []string{PARSERS, PARSERS_OVFLW, SCENARIOS, COLLECTIONS, DATA_FI
var hubIdx map[string]map[string]Item
var RawFileURLTemplate = "https://raw.githubusercontent.com/sbs2001/hub/%s/%s"
var RawFileURLTemplate = "https://hub-cdn.crowdsec.net/%s/%s"
var HubBranch = "master"
var HubIndexFile = ".index.json"