Skip to content

Commit 09e28f2

Browse files
committed
Update Report file name (Can now be set via ENV variable REPORT_PREFIX)
1 parent b621f73 commit 09e28f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/sasreporting/redcap/spark/REDCapSPARKService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public void init() {
7272

7373
logger.info("Starting REDCap listener");
7474

75-
report_file_prefix=System.getenv("REPORT_PREFIX");
75+
String report_file_prefix=System.getenv("REPORT_PREFIX");
7676
// if ENV: REPORT_PREFIX is set use it
7777
if (report_file_prefix != null) {
7878
REPORT_PREFIX = report_file_prefix;

0 commit comments

Comments
 (0)