osquery: fix update script
Correct the file path which was broken by 7d30c4093
This commit is contained in:
parent
12ab22dac0
commit
ee495663d0
@ -9,7 +9,7 @@ OWNER = 'osquery'
|
||||
REPO = 'osquery'
|
||||
OPENSSL_VERSION_PAT = re.compile(r'^set\(OPENSSL_VERSION "(.*)"\)')
|
||||
OPENSSL_SHA256_PAT = re.compile(r'^set\(OPENSSL_ARCHIVE_SHA256 "(.*)"\)')
|
||||
INFO_PATH = 'pkgs/tools/system/osquery/info.json'
|
||||
INFO_PATH = 'pkgs/by-name/os/osquery/info.json'
|
||||
|
||||
|
||||
def download_str(url):
|
||||
|
Loading…
x
Reference in New Issue
Block a user