Skip to content

Commit 212ac44

Browse files
authored
Point Catania DNS record to their own github pages (#4312)
1 parent 5e99fe5 commit 212ac44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/global/domains/python_it/records.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ resource "aws_route53_record" "catania_python_it_cname" {
309309
zone_id = aws_route53_zone.pythonit.id
310310
name = "catania.python.it"
311311
type = "CNAME"
312-
records = ["pythonitalia.github.io."]
312+
records = ["pythoncatania.github.io."]
313313
ttl = "3600"
314314
}
315315

0 commit comments

Comments
 (0)