Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Nov 1, 2023
1 parent 3440fdd commit f083bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-mirrors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
report += "|---|---|---|\n"
for mirror in mirrorlist:
mirror_url = f"http://{mirror}.generic-mapping-tools.org"
print(stderr, f"Checking {mirror_url}")
print(f"Checking {mirror_url}")
try:
r = requests.get(f"{mirror_url}/gmt_data_server.txt", headers={"User-Agent": "Mozilla/5.0"})
except requests.exceptions.ConnectionError:
Expand Down

0 comments on commit f083bdf

Please sign in to comment.