Skip to content

Commit

Permalink
Fix another typo in example workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-jokic committed Jun 26, 2024
1 parent 54bcdd5 commit 77a2c30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/1.workflows/1.syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ scans:
rm output.zip
shell: bash
- run: |
cat assetfinder/assetfinder.out > subdomains.txt
cat subfinder/subfinder.out >> subdomains.txt
cat assetfinder/output.txt > subdomains.txt
cat subfinder/output.txt >> subdomains.txt
sort -o subdomains.txt -u subdomains.txt
shell: bash
# Run httprobe on unique subdomains
Expand Down

0 comments on commit 77a2c30

Please sign in to comment.