osquery: fix update script

Correct the file path which was broken by 7d30c4093

squalus ee495663 12ab22da

+1 -1
+1 -1
pkgs/by-name/os/osquery/update.py
··· 9 9 REPO = 'osquery' 10 10 OPENSSL_VERSION_PAT = re.compile(r'^set\(OPENSSL_VERSION "(.*)"\)') 11 11 OPENSSL_SHA256_PAT = re.compile(r'^set\(OPENSSL_ARCHIVE_SHA256 "(.*)"\)') 12 - INFO_PATH = 'pkgs/tools/system/osquery/info.json' 12 + INFO_PATH = 'pkgs/by-name/os/osquery/info.json' 13 13 14 14 15 15 def download_str(url):