Skip to content

Commit

Permalink
correct user agent
Browse files Browse the repository at this point in the history
  • Loading branch information
csillasch committed Nov 14, 2024
1 parent 21f2424 commit 52d4964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/phs_GET.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ phs_GET <- function(action, query, verbose = FALSE) {
url = url,
terminate_on = c(409),
user_agent = httr::user_agent(
"https://github.com/Public-Health-Scotland/phsmethods"
"phsopendata (https://github.com/Public-Health-Scotland/phsopendata)"
)
)

Expand Down

0 comments on commit 52d4964

Please sign in to comment.