Skip to content

Commit

Permalink
Update dev-stress-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
h0x0er authored Mar 11, 2024
1 parent 6e744d5 commit 0dc6867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-stress-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -XGET "https:://$domain"; done
for domain in `cat alexa-top-1000.txt`; do curl -XGET "https://$domain"; done

0 comments on commit 0dc6867

Please sign in to comment.