Skip to content

Commit

Permalink
fix wrong script AttributeError: 'Namespace' object has no attribute …
Browse files Browse the repository at this point in the history
…'nsdk'

Signed-off-by: Huaqi Fang <578567190@qq.com>
  • Loading branch information
fanghuaqi committed Dec 29, 2023
1 parent cd79ca8 commit 7623fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/prepare_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -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!")

0 comments on commit 7623fc2

Please # to comment.