diff --git a/.github/workflows/dev-stress-test.yml b/.github/workflows/dev-stress-test.yml index 5c08096..aebb80a 100644 --- a/.github/workflows/dev-stress-test.yml +++ b/.github/workflows/dev-stress-test.yml @@ -16,5 +16,5 @@ jobs: - run: | wget "https://raw.githubusercontent.com/urbanadventurer/WhatWeb/master/plugin-development/alexa-top-1000.txt" - for domain in `cat alexa-top-1000.txt`; do curl --connect-timeout 3 -XGET "https://$domain"&; done + for domain in `cat alexa-top-1000.txt`; do curl --connect-timeout 3 -XGET "https://$domain" &; done