Fixed an issue with nuclei binary name in functional test

This commit is contained in:
Ice3man 2022-03-03 19:51:16 +05:30
parent 4d6071c1e0
commit 632174e8e9

View File

@ -16,7 +16,7 @@ go build -o nuclei_dev$extension ../nuclei
echo "::endgroup::" echo "::endgroup::"
echo "::group::Installing nuclei templates" echo "::group::Installing nuclei templates"
./nuclei$extension -update-templates ./nuclei_dev$extension -update-templates
echo "::endgroup::" echo "::endgroup::"
echo "::group::Building latest release of nuclei" echo "::group::Building latest release of nuclei"