From 632174e8e94e9fde6dc59e803a154d347f353485 Mon Sep 17 00:00:00 2001 From: Ice3man Date: Thu, 3 Mar 2022 19:51:16 +0530 Subject: [PATCH] Fixed an issue with nuclei binary name in functional test --- v2/cmd/functional-test/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/cmd/functional-test/run.sh b/v2/cmd/functional-test/run.sh index 4c72641fe..f204e433d 100755 --- a/v2/cmd/functional-test/run.sh +++ b/v2/cmd/functional-test/run.sh @@ -16,7 +16,7 @@ go build -o nuclei_dev$extension ../nuclei echo "::endgroup::" echo "::group::Installing nuclei templates" -./nuclei$extension -update-templates +./nuclei_dev$extension -update-templates echo "::endgroup::" echo "::group::Building latest release of nuclei"