From 728ad574f008753db8ea107e893c86f0d8a69d93 Mon Sep 17 00:00:00 2001
From: Jamie Gilbert <JGilber2@its.jnj.com>
Date: Tue, 10 Dec 2024 14:32:03 -0800
Subject: [PATCH] Fix result upload for model directory

---
 R/Module-PatientLevelPrediction.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/R/Module-PatientLevelPrediction.R b/R/Module-PatientLevelPrediction.R
index f7080e0..0cde0f3 100644
--- a/R/Module-PatientLevelPrediction.R
+++ b/R/Module-PatientLevelPrediction.R
@@ -130,7 +130,7 @@ PatientLevelPredictionModule <- R6::R6Class(
         csvFolder = resultsFolder,
         connectionDetails = resultsConnectionDetails,
         databaseSchemaSettings = databaseSchemaSettings,
-        modelSaveLocation = file.path(resultsFolder, "dbmodels"),
+        modelSaveLocation = file.path(resultsFolder, "models"),
         csvTableAppend = ""
       )
     },