diff --git a/netlify-build.sh b/netlify-build.sh index 451574d..84cea33 100755 --- a/netlify-build.sh +++ b/netlify-build.sh @@ -10,7 +10,7 @@ echo "Installing Sopel globally for plugin autodoc script" pip3 install ./_sopel echo "Generating latest.json file" -python3 generate_latest_json.py +python3 generate_updater_json.py echo "Generating plugin command/config pages" python3 document_sopel_plugins.py --sopel=_sopel