Skip to content

Commit

Permalink
Fix missing protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
wkmor1 committed Aug 25, 2023
1 parent 3576689 commit c3736b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_indices.R
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ res <- tryCatch(
)

httr::GET(
paste0(Sys.getenv("APP_HOSTNAME"), ":", Sys.getenv("APP_PORT")),
paste0("http://", Sys.getenv("APP_HOSTNAME"), ":", Sys.getenv("APP_PORT")),
path = "job",
query = list(status = res, secret = Sys.getenv("JOB_SECRET"))
)

0 comments on commit c3736b3

Please sign in to comment.