aboutsummaryrefslogtreecommitdiffstats
path: root/R/load_cf.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/load_cf.R')
-rw-r--r--R/load_cf.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/load_cf.R b/R/load_cf.R
index 7d42d3ca..3f5fd397 100644
--- a/R/load_cf.R
+++ b/R/load_cf.R
@@ -8,7 +8,7 @@ library(logging)
basicConfig()
args <- commandArgs(trailingOnly=TRUE)
-stopifnot((root.dir <- Sys.getenv("BASE_DIR")) != "")
+stopifnot((root.dir <- Sys.getenv("SERENITAS_BASE_DIR")) != "")
tradedate <- if(length(args) >= 1) as.Date(args[1]) else Sys.Date()
source("yieldcurve.R")