Skip to content

Commit

Permalink
Update hep.gg.yml
Browse files Browse the repository at this point in the history
ON is True in YAML, so we need quoting
  • Loading branch information
soksanichenko authored Nov 2, 2023
1 parent e50370f commit 2573acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirrors.d/hep.gg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ address:
rsync: rsync://mirror.hep.gg/almalinux
geolocation:
country: CA
state_province: ON
state_province: "ON"
city: Niagara Falls
update_frequency: 3h
sponsor: Team Hydra
Expand Down

1 comment on commit 2573acf

@JakeyPrime
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's wild, thanks for the teachings!

Please sign in to comment.