Skip to content

Commit

Permalink
csl: fix UK sanctions .ods URL
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Dec 13, 2024
1 parent 7742867 commit 5a87eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/csl/download_uk.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var (
ukCSLDownloadURL = strx.Or(os.Getenv("UK_CSL_DOWNLOAD_URL"), publicUKCSLDownloadURL)

// https://www.gov.uk/government/publications/the-uk-sanctions-list
publicUKSanctionsListURL = "https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/1121113/UK_Sanctions_List.ods"
publicUKSanctionsListURL = "https://assets.publishing.service.gov.uk/media/6756dae7f96f5424a4b87791/UK_Sanctions_List.ods"
ukSanctionsListURL = strx.Or(os.Getenv("UK_SANCTIONS_LIST_URL"), publicUKSanctionsListURL)
)

Expand Down

0 comments on commit 5a87eee

Please sign in to comment.