diff --git a/.github/prepare_tools.py b/.github/prepare_tools.py index deda118..0f3b095 100644 --- a/.github/prepare_tools.py +++ b/.github/prepare_tools.py @@ -152,6 +152,6 @@ def install_pio_packages(nsdk_url="https://github.com/Nuclei-Software/nuclei-sdk else: prepare_tools() - install_pio_packages(args.nsdk) + install_pio_packages(args.sdk) print("Setup completed successfully!")