From 45858a92bb067395e75aee037b9f9b11bf7fce70 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Oriol=20Tint=C3=B3?= <oriol.tinto@lmu.de>
Date: Tue, 28 Mar 2023 14:18:09 +0200
Subject: [PATCH] Fix variable name in transfer.sh

---
 templates/common/transfer.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/common/transfer.sh b/templates/common/transfer.sh
index 795feea..abf8097 100644
--- a/templates/common/transfer.sh
+++ b/templates/common/transfer.sh
@@ -4,7 +4,7 @@
 WORKDIR=%HPCROOTDIR%
 STARTDATE=%SDATE%
 MEMBER=%MEMBER%
-OUTPUT_FILES="%simulation.OUTPUT_FILES%"
+OUTPUT_FILES="%SIMULATION.OUTPUT_FILE_NAMES%"
 HPCUSER=%HPCUSER%
 HPCHOST=%HPCHOST%
 
-- 
GitLab