osquery: fix update script

Correct the file path which was broken by 7d30c4093
This commit is contained in:
squalus 2025-03-29 13:34:41 -07:00
parent 12ab22dac0
commit ee495663d0

View File

@ -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):