Skip to content

Commit

Permalink
Merge pull request #25 from pranavanba/main
Browse files Browse the repository at this point in the history
Use prod config for final 2024 Q2 data release
  • Loading branch information
pranavanba authored May 24, 2024
2 parents 72524d9 + bc6e2d7 commit 12e4b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/run-pipeline.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Get config variables
list2env(x = config::get(file = "config/config.yml",
config = "staging"),
config = "prod"),
envir = .GlobalEnv)

# Fetch data
Expand Down

0 comments on commit 12e4b5b

Please sign in to comment.