Skip to content

Commit

Permalink
minor changes in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jreisinger committed Apr 28, 2022
1 parent beb7edc commit bc0dd32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ run: install
checkip -j 1.1.1.1 | \
jq -r '.checks[] | select(.type==1 or .type==2) | "\(.malicious) \(.name)"'
./randip 2 | checkip -a -j 2> /dev/null | \
jq -r '"\(.malicious_prob)\t\(.ipaddr)"'
jq -r '"\(.malicious_prob) \(.ipaddr)"'

0 comments on commit bc0dd32

Please sign in to comment.