Skip to content

Commit

Permalink
Update fetch-protonvpn.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
splitice authored Sep 14, 2023
1 parent c6fd723 commit 5f64154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fetch-protonvpn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
echo "Too few addresses covered ($ips_covered)"
exit 1
fi
if [[ "$ips_covered" -gt 3000 ]]; then
if [[ "$ips_covered" -gt 4000 ]]; then
echo "Too many addresses covered ($ips_covered)"
exit 1
fi
Expand Down

0 comments on commit 5f64154

Please sign in to comment.